docs: Bump version up to 4.4.
[obnox/samba/samba-obnox.git] / docs-xml / manpages / winbindd.8.xml
index 1cb49cabd4a3f2d42e1a8a51efd754f5a57637a5..5e9b5c8574d6033e4b95a165ca21aea1ff2e7325 100644 (file)
@@ -7,7 +7,7 @@
        <manvolnum>8</manvolnum>
        <refmiscinfo class="source">Samba</refmiscinfo>
        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
-       <refmiscinfo class="version">4.1</refmiscinfo>
+       <refmiscinfo class="version">4.4</refmiscinfo>
 </refmeta>
 
 
 <refsynopsisdiv>
        <cmdsynopsis>
                <command>winbindd</command>
-               <arg choice="opt">-D</arg>
-               <arg choice="opt">-F</arg>
-               <arg choice="opt">-S</arg>
-               <arg choice="opt">-i</arg>
+               <arg choice="opt">-D|--daemon</arg>
+               <arg choice="opt">-F|--foreground</arg>
+               <arg choice="opt">-S|--stdout</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</arg>
+               <arg choice="opt">-n|--no-caching</arg>
+               <arg choice="opt">--no-process-group</arg>
        </cmdsynopsis>
 </refsynopsisdiv>
 
@@ -135,7 +136,7 @@ hosts:              files wins
 
        <variablelist>
                <varlistentry>
-               <term>-D</term>
+               <term>-D|--daemon</term>
                <listitem><para>If specified, this parameter causes
                the server to operate as a daemon. That is, it detaches
                itself and runs in the background on the appropriate port.
@@ -145,7 +146,7 @@ hosts:              files wins
                </varlistentry>
 
                <varlistentry>
-               <term>-F</term>
+               <term>-F|--foreground</term>
                <listitem><para>If specified, this parameter causes
                the main <command>winbindd</command> process to not daemonize,
                i.e. double-fork and disassociate with the terminal.
@@ -160,7 +161,7 @@ hosts:              files wins
                </varlistentry>
 
                <varlistentry>
-               <term>-S</term>
+               <term>-S|--stdout</term>
                <listitem><para>If specified, this parameter causes
                <command>winbindd</command> to log to standard output rather
                than a file.</para></listitem>
@@ -168,10 +169,10 @@ hosts:            files wins
 
                &stdarg.server.debug;
                &popt.common.samba;
-               &stdarg.help;
+               &popt.autohelp;
 
                <varlistentry>
-               <term>-i</term>
+               <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
@@ -182,7 +183,7 @@ hosts:              files wins
                </varlistentry>
 
                <varlistentry>
-               <term>-n</term>
+               <term>-n|--no-caching</term>
                <listitem><para>Disable some caching. This means winbindd will
                often have to wait for a response from the domain controller
                before it can respond to a client and this thus makes things
@@ -194,6 +195,12 @@ 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>
+
        </variablelist>
 </refsect1>