diff options
author | Günther Deschner <gd@samba.org> | 2013-11-14 17:31:10 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:40 +0100 |
commit | 548d9daeffc83191ea1e6ea51ce63aacffe98c41 (patch) | |
tree | 35db3a6f0834d93bb079bd9175dde3951582a86e /docs-xml/manpages | |
parent | a624426d86cf2da69ba2e03506b5f252d32adb11 (diff) | |
download | samba-548d9daeffc83191ea1e6ea51ce63aacffe98c41.tar.gz samba-548d9daeffc83191ea1e6ea51ce63aacffe98c41.tar.xz samba-548d9daeffc83191ea1e6ea51ce63aacffe98c41.zip |
docs: mention --no-process-group in nmbd manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/nmbd.8.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs-xml/manpages/nmbd.8.xml b/docs-xml/manpages/nmbd.8.xml index 715796d7a4..8540a09a53 100644 --- a/docs-xml/manpages/nmbd.8.xml +++ b/docs-xml/manpages/nmbd.8.xml @@ -30,6 +30,7 @@ <arg choice="opt">-l <log directory></arg> <arg choice="opt">-p <port number></arg> <arg choice="opt">-s <configuration file></arg> + <arg choice="opt">--no-process-group</arg> </cmdsynopsis> </refsynopsisdiv> @@ -157,6 +158,12 @@ won't need help!</para></listitem> </varlistentry> + <varlistentry> + <term>--no-process-group</term> + <listitem><para>Do not create a new process group for nmbd. + </para></listitem> + </varlistentry> + </variablelist> </refsect1> |