Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

Location:
vendor/current/docs-xml/manpages
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • vendor/current/docs-xml/manpages/nmbd.8.xml

    r860 r988  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
    10         <refmiscinfo class="version">3.6</refmiscinfo>
     10        <refmiscinfo class="version">4.4</refmiscinfo>
    1111</refmeta>
    1212
     
    2121        <cmdsynopsis>
    2222                <command>nmbd</command>
    23                 <arg choice="opt">-D</arg>
    24                 <arg choice="opt">-F</arg>
    25                 <arg choice="opt">-S</arg>
    26                 <arg choice="opt">-a</arg>
    27                 <arg choice="opt">-i</arg>
    28                 <arg choice="opt">-o</arg>
    29                 <arg choice="opt">-h</arg>
     23                <arg choice="opt">-D|--daemon</arg>
     24                <arg choice="opt">-F|--foreground</arg>
     25                <arg choice="opt">-S|--log-stdout</arg>
     26                <arg choice="opt">-i|--interactive</arg>
    3027                <arg choice="opt">-V</arg>
    3128                <arg choice="opt">-d &lt;debug level&gt;</arg>
    32                 <arg choice="opt">-H &lt;lmhosts file&gt;</arg>
     29                <arg choice="opt">-H|--hosts &lt;lmhosts file&gt;</arg>
    3330                <arg choice="opt">-l &lt;log directory&gt;</arg>
    34                 <arg choice="opt">-p &lt;port number&gt;</arg>
     31                <arg choice="opt">-p|--port &lt;port number&gt;</arg>
    3532                <arg choice="opt">-s &lt;configuration file&gt;</arg>
     33                <arg choice="opt">--no-process-group</arg>
    3634        </cmdsynopsis>
    3735</refsynopsisdiv>
     
    8280        <variablelist>
    8381                <varlistentry>
    84                 <term>-D</term>
     82                <term>-D|--daemon</term>
    8583                <listitem><para>If specified, this parameter causes
    8684                <command>nmbd</command> to operate as a daemon. That is,
     
    9492
    9593                <varlistentry>
    96                 <term>-F</term>
     94                <term>-F|--foreground</term>
    9795                <listitem><para>If specified, this parameter causes
    9896                the main <command>nmbd</command> process to not daemonize,
     
    109107
    110108                <varlistentry>
    111                 <term>-S</term>
     109                <term>-S|--log-stdout</term>
    112110                <listitem><para>If specified, this parameter causes
    113111                <command>nmbd</command> to log to standard output rather
     
    116114
    117115                <varlistentry>
    118                 <term>-i</term>
     116                <term>-i|--interactive</term>
    119117                <listitem><para>If this parameter is specified it causes the
    120118                server to run "interactively", not as a daemon, even if the
     
    126124                </varlistentry>
    127125
    128                 &stdarg.help;
     126                &popt.autohelp;
    129127               
    130128                <varlistentry>
    131                 <term>-H &lt;filename&gt;</term>
     129                <term>-H|--hosts &lt;filename&gt;</term>
    132130                <listitem><para>NetBIOS lmhosts file.  The lmhosts
    133131                file is a list of NetBIOS names to IP addresses that
     
    153151               
    154152                <varlistentry>
    155                 <term>-p &lt;UDP port number&gt;</term>
     153                <term>-p|--port &lt;UDP port number&gt;</term>
    156154                <listitem><para>UDP port number is a positive integer value.
    157155                This option changes the default UDP port number (normally 137)
     
    159157                use this option unless you are an expert, in which case you
    160158                won't need help!</para></listitem>
     159                </varlistentry>
     160
     161                <varlistentry>
     162                <term>--no-process-group</term>
     163                <listitem><para>Do not create a new process group for nmbd.
     164                </para></listitem>
    161165                </varlistentry>
    162166
     
    267271        <manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>smbclient</refentrytitle>
    268272        <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testparm</refentrytitle>
    269         <manvolnum>1</manvolnum></citerefentry>, <citerefentry><refentrytitle>testprns</refentrytitle>
    270273        <manvolnum>1</manvolnum></citerefentry>, and the Internet
    271274        RFC's <filename>rfc1001.txt</filename>, <filename>rfc1002.txt</filename>.
Note: See TracChangeset for help on using the changeset viewer.