ne/ne.1

27 lines
724 B
Groff
Raw Normal View History

2022-03-31 16:35:53 +02:00
.\" Manpage for ne - nginx edit.
2022-03-31 16:26:25 +02:00
.\" Contact marco@raber.me to correct errors or typos.
.TH man 8 "31 March 2022" "1.0" "ne man page"
.SH NAME
ne \- edit nginx conf
.SH SYNOPSIS
2022-03-31 16:35:53 +02:00
ne [FILENAME] [-y] [-c EDITOR]
2022-03-31 16:26:25 +02:00
.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
.SH SEE ALSO
nginx
.SH BUGS
Se fai ne -c muore tutto perchè non ricordo rip
2022-03-31 16:26:25 +02:00
.SH AUTHOR
Marco Raber (marco@raber.me)