]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: Update smbd manpage for new cmdline opition parser
authorAndreas Schneider <asn@samba.org>
Fri, 15 Jan 2021 13:41:51 +0000 (14:41 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 29 Apr 2021 03:58:37 +0000 (03:58 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
docs-xml/manpages/smbd.8.xml

index 5d22bfc599f68afc575cf2ae824640a675c2298e..ac4164fe1f8f83dcab9764ec3c18f0e401575aba 100644 (file)
        <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>
 
                </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
                </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.
                2 turns on complete profiling, and 3 resets all profiling data.
                </para></listitem>
                </varlistentry>
+
+               &cmdline.common.samba.server;
+               &popt.autohelp;
+
        </variablelist>
 </refsect1>