Mercurial > p > roundup > code
diff share/man/man1/roundup-server.1 @ 6831:e0b29e3fe995
Expand on explanation for multiprocess-mode in roundup-server.1.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 Aug 2022 18:31:09 -0400 |
| parents | 36cf8a12a26b |
| children | da9a78957bd4 |
line wrap: on
line diff
--- a/share/man/man1/roundup-server.1 Tue Aug 16 18:25:07 2022 -0400 +++ b/share/man/man1/roundup-server.1 Tue Aug 16 18:31:09 2022 -0400 @@ -21,7 +21,9 @@ specified if -d is used. .TP \fB-t\fP \fBfork|thread|debug|none\fP -Control multi-process mode. Default fork. +Control multi-process mode. \fBdebug\fP and \fBnone\fP are always +available. If an invalid mode is specifie the server starts in +\fBnone\fP (also called single) mode. Default fork. .TP \fB-l\fP \fIfile\fP Sets a filename to log to (instead of stdout). This is required if the -d
