diff options
-rw-r--r-- | make/template/inspircd-genssl.1 | 2 | ||||
-rw-r--r-- | make/template/inspircd.1 | 8 |
2 files changed, 7 insertions, 3 deletions
diff --git a/make/template/inspircd-genssl.1 b/make/template/inspircd-genssl.1 index d43a3b4e8..63d65c827 100644 --- a/make/template/inspircd-genssl.1 +++ b/make/template/inspircd-genssl.1 @@ -41,6 +41,6 @@ Generates certificates using GnuTLS. Generates certificates using OpenSSL. .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. 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. |