1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-07 00:58:40 +03:00

docs-xml: Update smbd manpage for new cmdline opition parser

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2021-01-15 14:41:51 +01:00 committed by Andrew Bartlett
parent 4be015dd10
commit 93dfd5275d

View File

@ -20,16 +20,20 @@
<cmdsynopsis>
<command>smbd</command>
<arg choice="opt">-D|--daemon</arg>
<arg choice="opt">-F|--foreground</arg>
<arg choice="opt">-i|--interactive</arg>
<arg choice="opt">-V</arg>
<arg choice="opt">-F|--foreground</arg>
<arg choice="opt">--no-process-group</arg>
<arg choice="opt">-b|--build-options</arg>
<arg choice="opt">-d &lt;debug level&gt;</arg>
<arg choice="opt">-l|--log-basename &lt;log directory&gt;</arg>
<arg choice="opt">-p &lt;port number(s)&gt;</arg>
<arg choice="opt">-P &lt;profiling level&gt;</arg>
<arg choice="opt">-s &lt;configuration file&gt;</arg>
<arg choice="opt">--no-process-group</arg>
<arg choice="opt">-d &lt;debug level&gt;</arg>
<arg choice="opt">--debug-stdout</arg>
<arg choice="opt">--configfile=&lt;configuration file&gt;</arg>
<arg choice="opt">--option=&lt;name&gt;=&lt;value&gt;</arg>
<arg choice="opt">-l|--log-basename &lt;log directory&gt;</arg>
<arg choice="opt">--leak-report</arg>
<arg choice="opt">--leak-report-full</arg>
<arg choice="opt">-V|--version</arg>
</cmdsynopsis>
</refsynopsisdiv>
@ -98,6 +102,18 @@
</para></listitem>
</varlistentry>
<varlistentry>
<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
parameter negates the implicit daemon mode when run from the
command line. <command>smbd</command> will only accept one
connection and terminate. It will also log to standard output,
as if the <command>-S</command> parameter had been given.
</para></listitem>
</varlistentry>
<varlistentry>
<term>-F|--foreground</term>
<listitem><para>If specified, this parameter causes
@ -113,22 +129,6 @@
</para></listitem>
</varlistentry>
<varlistentry>
<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
parameter negates the implicit daemon mode when run from the
command line. <command>smbd</command> will only accept one
connection and terminate. It will also log to standard output,
as if the <command>-S</command> parameter had been given.
</para></listitem>
</varlistentry>
&stdarg.server.debug;
&popt.common.samba;
&popt.autohelp;
<varlistentry>
<term>--no-process-group</term>
<listitem><para>Do not create a new process group for smbd.
@ -160,6 +160,10 @@
2 turns on complete profiling, and 3 resets all profiling data.
</para></listitem>
</varlistentry>
&cmdline.common.samba.server;
&popt.autohelp;
</variablelist>
</refsect1>