Skip to content

Commit

Permalink
docs-xml: Update winbindd manpage for new cmdline opition parser
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
cryptomilk authored and abartlet committed Apr 29, 2021
1 parent 93dfd52 commit 0531f6f
Showing 1 changed file with 25 additions and 20 deletions.
45 changes: 25 additions & 20 deletions docs-xml/manpages/winbindd.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@
<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>

Expand Down Expand Up @@ -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
Expand All @@ -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>

Expand All @@ -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>
Expand Down

0 comments on commit 0531f6f

Please sign in to comment.