summaryrefslogtreecommitdiff
path: root/make/template/inspircd.1
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-08-24 12:08:56 +0100
committerPeter Powell <petpow@saberuk.com>2018-08-24 12:08:56 +0100
commit69f70c16d0a7c0a13d067a55781604f082d569b6 (patch)
tree465ed0a322c6928f300a14ef65f54d3ffb3cfec7 /make/template/inspircd.1
parentb5bc17fba34044097844263641c0f612db75d466 (diff)
Document the --nopid option in the manual pages.
Diffstat (limited to 'make/template/inspircd.1')
-rw-r--r--make/template/inspircd.18
1 files changed, 6 insertions, 2 deletions
diff --git a/make/template/inspircd.1 b/make/template/inspircd.1
index eb1453d2f..38dd7dea4 100644
--- a/make/template/inspircd.1
+++ b/make/template/inspircd.1
@@ -24,7 +24,7 @@
.BR
.SH "SYNOPSIS"
-\t\fBinspircd\fR [--config <file>] [--debug] [--nofork] [--nolog] [--runasroot] [--version]
+\t\fBinspircd\fR [--config <file>] [--debug] [--nofork] [--nolog] [--nopid] [--runasroot] [--version]
.SH "OPTIONS"
.TP
@@ -44,6 +44,10 @@ Don't fork into the background after starting up.
.br
Don't write to log files.
.TP
+.B "--nopid"
+.br
+Don't write to the PID file.
+.TP
.B "--runasroot"
.br
Allow the server to start as root (not recommended).
@@ -99,6 +103,6 @@ The server exited because it was unable to load a module on first run.
The server exited because it received SIGTERM.
.SH "SUPPORT"
-IRC support for InspIRCd can be found at irc://irc.inspircd.org/inspircd.
+IRC support for InspIRCd can be found at ircs://irc.inspircd.org/inspircd.
Bug reports and feature requests can be filed at https://github.com/inspircd/inspircd/issues.