]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: Update winbindd manpage for new cmdline opition parser
authorAndreas Schneider <asn@samba.org>
Fri, 15 Jan 2021 14:14:39 +0000 (15:14 +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/winbindd.8.xml

index 2c457a46d90bc9a78d0a4b7cb1b646180d8df23a..3b7487c1b1c718f8cac75545871bb5c6816b3fd6 100644 (file)
        <cmdsynopsis>
                <command>winbindd</command>
                <arg choice="opt">-D|--daemon</arg>
-               <arg choice="opt">-F|--foreground</arg>
                <arg choice="opt">-i|--interactive</arg>
-               <arg choice="opt">-d &lt;debug level&gt;</arg>
-               <arg choice="opt">-s &lt;smb config file&gt;</arg>
-               <arg choice="opt">-n|--no-caching</arg>
+               <arg choice="opt">-F|--foreground</arg>
                <arg choice="opt">--no-process-group</arg>
+               <arg choice="opt">-n|--no-caching</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>
 
@@ -144,6 +150,17 @@ hosts:             files wins
                </para></listitem>
                </varlistentry>
 
+               <varlistentry>
+               <term>-i|--interactive</term>
+               <listitem><para>Tells <command>winbindd</command> to not
+               become a daemon and detach from the current terminal. This
+               option is used by developers when interactive debugging
+               of <command>winbindd</command> is required.
+               <command>winbindd</command> also logs 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
@@ -159,18 +176,9 @@ hosts:             files wins
                </para></listitem>
                </varlistentry>
 
-               &stdarg.server.debug;
-               &popt.common.samba;
-               &popt.autohelp;
-
                <varlistentry>
-               <term>-i|--interactive</term>
-               <listitem><para>Tells <command>winbindd</command> to not
-               become a daemon and detach from the current terminal. This
-               option is used by developers when interactive debugging
-               of <command>winbindd</command> is required.
-               <command>winbindd</command> also logs to standard output,
-               as if the <command>-S</command> parameter had been given.
+               <term>--no-process-group</term>
+               <listitem><para>Do not create a new process group for winbindd.
                </para></listitem>
                </varlistentry>
 
@@ -187,11 +195,8 @@ hosts:             files wins
                </para></listitem>
                </varlistentry>
 
-               <varlistentry>
-               <term>--no-process-group</term>
-               <listitem><para>Do not create a new process group for winbindd.
-               </para></listitem>
-               </varlistentry>
+               &cmdline.common.samba.server;
+               &popt.autohelp;
 
        </variablelist>
 </refsect1>