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/nmblookup.1.xml

    r860 r988  
    88        <refmiscinfo class="source">Samba</refmiscinfo>
    99        <refmiscinfo class="manual">User Commands</refmiscinfo>
    10         <refmiscinfo class="version">3.6</refmiscinfo>
     10        <refmiscinfo class="version">4.4</refmiscinfo>
    1111</refmeta>
    1212
     
    2121        <cmdsynopsis>
    2222                <command>nmblookup</command>
    23                 <arg choice="opt">-M</arg>
    24                 <arg choice="opt">-R</arg>
    25                 <arg choice="opt">-S</arg>
    26                 <arg choice="opt">-r</arg>
    27                 <arg choice="opt">-A</arg>
    28                 <arg choice="opt">-h</arg>
    29                 <arg choice="opt">-B &lt;broadcast address&gt;</arg>
    30                 <arg choice="opt">-U &lt;unicast address&gt;</arg>
     23                <arg choice="opt">-M|--master-browser</arg>
     24                <arg choice="opt">-R|--recursion</arg>
     25                <arg choice="opt">-S|--status</arg>
     26                <arg choice="opt">-r|--root-port</arg>
     27                <arg choice="opt">-A|--lookup-by-ip</arg>
     28                <arg choice="opt">-B|--broadcast &lt;broadcast address&gt;</arg>
     29                <arg choice="opt">-U|--unicast &lt;unicast address&gt;</arg>
    3130                <arg choice="opt">-d &lt;debug level&gt;</arg>
    3231                <arg choice="opt">-s &lt;smb config file&gt;</arg>
    3332                <arg choice="opt">-i &lt;NetBIOS scope&gt;</arg>
    34                 <arg choice="opt">-T</arg>
    35                 <arg choice="opt">-f</arg>
     33                <arg choice="opt">-T|--translate</arg>
     34                <arg choice="opt">-f|--flags</arg>
    3635                <arg choice="req">name</arg>
    3736        </cmdsynopsis>
     
    5655        <variablelist>
    5756                <varlistentry>
    58                 <term>-M</term>
    59                 <listitem><para>Searches for a master browser by looking 
    60                 up the  NetBIOS name <replaceable>name</replaceable> with a
     57                <term>-M|--master-browser</term>
     58                <listitem><para>Searches for a master browser by looking
     59                up the NetBIOS <replaceable>name</replaceable> with a
    6160                type of <constant>0x1d</constant>. If <replaceable>
    6261                name</replaceable> is "-" then it does a lookup on the special name
     
    6867               
    6968                <varlistentry>
    70                 <term>-R</term>
     69                <term>-R|--recursion</term>
    7170                <listitem><para>Set the recursion desired bit in the packet
    7271                to do a recursive lookup. This is used when sending a name
     
    7978               
    8079                <varlistentry>
    81                 <term>-S</term>
     80                <term>-S|--status</term>
    8281                <listitem><para>Once the name query has returned an IP
    8382                address then do a node status query as well. A node status
     
    8887
    8988                <varlistentry>
    90                 <term>-r</term>
     89                <term>-r|--root-port</term>
    9190                <listitem><para>Try and bind to UDP port 137 to send and receive UDP
    9291                datagrams. The reason for this option is a bug in Windows 95
     
    101100
    102101                <varlistentry>
    103                 <term>-A</term>
     102                <term>-A|--lookup-by-ip</term>
    104103                <listitem><para>Interpret <replaceable>name</replaceable> as
    105104                an IP Address and do a node status query on this address.</para>
     
    110109
    111110                &popt.common.connection;
    112                 &stdarg.help;
    113 
    114                 <varlistentry>
    115                 <term>-B &lt;broadcast address&gt;</term>
     111                &popt.autohelp;
     112
     113                <varlistentry>
     114                <term>-B|--broadcast &lt;broadcast address&gt;</term>
    116115                <listitem><para>Send the query to the given broadcast address. Without
    117116                this option the default behavior of nmblookup is to send the
     
    127126
    128127                <varlistentry>
    129                 <term>-U &lt;unicast address&gt;</term>
     128                <term>-U|--unicast &lt;unicast address&gt;</term>
    130129                <listitem><para>Do a unicast query to the specified address or
    131130                host <replaceable>unicast address</replaceable>. This option
     
    138137
    139138                <varlistentry>
    140                 <term>-T</term>
     139                <term>-T|--translate</term>
    141140                <listitem><para>This causes any IP addresses found in the
    142141                lookup to be looked up via a reverse DNS lookup into a
     
    149148
    150149                <varlistentry>
    151                 <term>-f</term>
     150                <term>-f|--flags</term>
    152151                <listitem><para>
    153152                Show which flags apply to the name that has been looked up. Possible
Note: See TracChangeset for help on using the changeset viewer.