Преглед на файлове

core: update content for -D option in man page

Daniel-Constantin Mierla преди 11 години
родител
ревизия
ee9ea2f543
променени са 1 файла, в които са добавени 10 реда и са изтрити 1 реда
  1. 10 1
      sip-router.8

+ 10 - 1
sip-router.8

@@ -75,7 +75,16 @@ Turns on debugging, multiple
 increase the debug level.
 increase the debug level.
 .TP
 .TP
 .BI \-D
 .BI \-D
-Runs sip-router in the foreground (it doesn't fork into daemon mode).
+Control how daemonize is done:
+.br
+.B -D
+- do not fork (almost) anyway (run in foreground, doesn't fork into daemon mode);
+.br
+.B -DD
+- do not daemonize creator (main process is not daemonized);
+.br
+.B -DDD
+- daemonize (default)
 .TP
 .TP
 .BI \-E
 .BI \-E
 Sends all the log messages to stderr.
 Sends all the log messages to stderr.