瀏覽代碼

core: update content for -D option in man page

(cherry picked from commit ee9ea2f543975769ca544dcf3b75b97698e3b53e)
(cherry picked from commit e41ddd2878e1281f7ff7e4c12d115acea1ff7e8a)
Daniel-Constantin Mierla 11 年之前
父節點
當前提交
8771adc260
共有 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.
 .TP
 .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
 .BI \-E
 Sends all the log messages to stderr.