]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Document the --nopid option in the manual pages.
authorPeter Powell <petpow@saberuk.com>
Fri, 24 Aug 2018 11:08:56 +0000 (12:08 +0100)
committerPeter Powell <petpow@saberuk.com>
Fri, 24 Aug 2018 11:08:56 +0000 (12:08 +0100)
make/template/inspircd-genssl.1
make/template/inspircd.1

index d43a3b4e82e0c5e09e3b0ebf9a4eb31afb78d3b0..63d65c8273d6fd368f98d9bb378ae5465a146000 100644 (file)
@@ -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.
index eb1453d2fc2ae4b970dfaa43dd12c01d0e3d29f8..38dd7dea4666f89cfa2be8c9e08f5baa381513bf 100644 (file)
@@ -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.