diff options
author | Günther Deschner <gd@samba.org> | 2013-11-14 17:49:58 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:41 +0100 |
commit | ad46b6689d999651732894968e5e49d045591203 (patch) | |
tree | dcfa560f37e6c4c7ecf451e28b488c9d7657d426 /docs-xml/manpages | |
parent | 792ff0029c790fe8b225134b19d320e8392c5895 (diff) | |
download | samba-ad46b6689d999651732894968e5e49d045591203.tar.gz samba-ad46b6689d999651732894968e5e49d045591203.tar.xz samba-ad46b6689d999651732894968e5e49d045591203.zip |
docs: mention many more options in smbd options.
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/smbd.8.xml | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/docs-xml/manpages/smbd.8.xml b/docs-xml/manpages/smbd.8.xml index cc6e400eb7..d73f1db3d5 100644 --- a/docs-xml/manpages/smbd.8.xml +++ b/docs-xml/manpages/smbd.8.xml @@ -19,17 +19,18 @@ <refsynopsisdiv> <cmdsynopsis> <command>smbd</command> - <arg choice="opt">-D</arg> - <arg choice="opt">-F</arg> - <arg choice="opt">-S</arg> - <arg choice="opt">-i</arg> + <arg choice="opt">-D|--daemon</arg> + <arg choice="opt">-F|--foreground</arg> + <arg choice="opt">-S|--log-stdout</arg> + <arg choice="opt">-i|--interactive</arg> <arg choice="opt">-V</arg> - <arg choice="opt">-b</arg> + <arg choice="opt">-b|--build-options</arg> <arg choice="opt">-d <debug level></arg> - <arg choice="opt">-l <log directory></arg> + <arg choice="opt">-l|--log-basename <log directory></arg> <arg choice="opt">-p <port number(s)></arg> <arg choice="opt">-P <profiling level></arg> <arg choice="opt">-s <configuration file></arg> + <arg choice="opt">--no-process-group</arg> </cmdsynopsis> </refsynopsisdiv> @@ -79,7 +80,7 @@ <variablelist> <varlistentry> - <term>-D</term> + <term>-D|--daemon</term> <listitem><para>If specified, this parameter causes the server to operate as a daemon. That is, it detaches itself and runs in the background, fielding requests @@ -92,7 +93,7 @@ </varlistentry> <varlistentry> - <term>-F</term> + <term>-F|--foreground</term> <listitem><para>If specified, this parameter causes the main <command>smbd</command> process to not daemonize, i.e. double-fork and disassociate with the terminal. @@ -107,14 +108,14 @@ </varlistentry> <varlistentry> - <term>-S</term> + <term>-S|--log-stdout</term> <listitem><para>If specified, this parameter causes <command>smbd</command> to log to standard output rather than a file.</para></listitem> </varlistentry> <varlistentry> - <term>-i</term> + <term>-i|--interactive</term> <listitem><para>If this parameter is specified it causes the server to run "interactively", not as a daemon, even if the server is executed on the command line of a shell. Setting this @@ -130,7 +131,13 @@ &stdarg.help; <varlistentry> - <term>-b</term> + <term>--no-process-group</term> + <listitem><para>Do not create a new process group for smbd. + </para></listitem> + </varlistentry> + + <varlistentry> + <term>-b|--build-options</term> <listitem><para>Prints information about how Samba was built.</para></listitem> </varlistentry> |