docs-xml: Update nmbd manpage for new cmdline opition parser
authorAndreas Schneider <asn@samba.org>
Fri, 15 Jan 2021 14:10:46 +0000 (15:10 +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/nmbd.8.xml

index 2eea65bfe6ab1d10b12b0ed727829bda1094d968..5400a671357ddd444c076562539f096d81fc6b01 100644 (file)
        <cmdsynopsis>
                <command>nmbd</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">-d &lt;debug level&gt;</arg>
-               <arg choice="opt">-H|--hosts &lt;lmhosts file&gt;</arg>
-               <arg choice="opt">-l &lt;log directory&gt;</arg>
-               <arg choice="opt">-p|--port &lt;port number&gt;</arg>
-               <arg choice="opt">-s &lt;configuration file&gt;</arg>
+               <arg choice="opt">-F|--foreground</arg>
                <arg choice="opt">--no-process-group</arg>
+               <arg choice="opt">-b|--build-options</arg>
+               <arg choice="opt">-p &lt;port number(s)&gt;</arg>
+               <arg choice="opt">-P &lt;profiling level&gt;</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>
 
                given. </para></listitem>
                </varlistentry>
 
-               &popt.autohelp;
-               
                <varlistentry>
                <term>-H|--hosts &lt;filename&gt;</term>
                <listitem><para>NetBIOS lmhosts file.  The lmhosts 
        <manvolnum>5</manvolnum></citerefentry> man page for details on the contents of this file.</para></listitem>
                </varlistentry>
 
-               &stdarg.server.debug;
-               &popt.common.samba;
-               
                <varlistentry>
                <term>-p|--port &lt;UDP port number&gt;</term>
                <listitem><para>UDP port number is a positive integer value.
                </para></listitem>
                </varlistentry>
 
+               &cmdline.common.samba.server;
+               &popt.autohelp;
        </variablelist>
 </refsect1>