edocker/edocker.1
2022-04-14 11:25:23 +02:00

30 lines
794 B
Groff

.\" Manpage for ne - nginx edit.
.\" Contact marco@raber.me to correct errors or typos.
.TH man 8 "9 April 2022" "1.0" "ne man page"
.SH NAME
ne \- edit nginx conf
.SH SYNOPSIS
ne [FILENAME] [-y] [-c EDITOR] [-p sudo]
.SH DESCRIPTION
ne is a script that launches your preferred text editor to edit the nginx configuration. Once you close the editor it will perform a check on the conf and, if asked to, makes nginx reload the configuration.
.SH OPTIONS
ne options:
.TP
.B \-h
Display usage
.TP
.B \-y
ne does not ask for confirmation to reload the nginx conf
.TP
.B \-c [text editor]
ne asks what text editor to use
.TP
.B \-p [program]
ne asks what program to use for privileges escalation. e.g. sudo or doas
.SH SEE ALSO
nginx
.SH BUGS
eh ditemeli voi
.SH AUTHOR
Marco Raber (marco@raber.me)