Changeset 988 for vendor/current/docs-xml/manpages/nmblookup.1.xml
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- 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 8 8 <refmiscinfo class="source">Samba</refmiscinfo> 9 9 <refmiscinfo class="manual">User Commands</refmiscinfo> 10 <refmiscinfo class="version"> 3.6</refmiscinfo>10 <refmiscinfo class="version">4.4</refmiscinfo> 11 11 </refmeta> 12 12 … … 21 21 <cmdsynopsis> 22 22 <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 <broadcast address></arg> 30 <arg choice="opt">-U <unicast address></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 <broadcast address></arg> 29 <arg choice="opt">-U|--unicast <unicast address></arg> 31 30 <arg choice="opt">-d <debug level></arg> 32 31 <arg choice="opt">-s <smb config file></arg> 33 32 <arg choice="opt">-i <NetBIOS scope></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> 36 35 <arg choice="req">name</arg> 37 36 </cmdsynopsis> … … 56 55 <variablelist> 57 56 <varlistentry> 58 <term>-M </term>59 <listitem><para>Searches for a master browser by looking 60 up the NetBIOS name <replaceable>name</replaceable> with a57 <term>-M|--master-browser</term> 58 <listitem><para>Searches for a master browser by looking 59 up the NetBIOS <replaceable>name</replaceable> with a 61 60 type of <constant>0x1d</constant>. If <replaceable> 62 61 name</replaceable> is "-" then it does a lookup on the special name … … 68 67 69 68 <varlistentry> 70 <term>-R </term>69 <term>-R|--recursion</term> 71 70 <listitem><para>Set the recursion desired bit in the packet 72 71 to do a recursive lookup. This is used when sending a name … … 79 78 80 79 <varlistentry> 81 <term>-S </term>80 <term>-S|--status</term> 82 81 <listitem><para>Once the name query has returned an IP 83 82 address then do a node status query as well. A node status … … 88 87 89 88 <varlistentry> 90 <term>-r </term>89 <term>-r|--root-port</term> 91 90 <listitem><para>Try and bind to UDP port 137 to send and receive UDP 92 91 datagrams. The reason for this option is a bug in Windows 95 … … 101 100 102 101 <varlistentry> 103 <term>-A </term>102 <term>-A|--lookup-by-ip</term> 104 103 <listitem><para>Interpret <replaceable>name</replaceable> as 105 104 an IP Address and do a node status query on this address.</para> … … 110 109 111 110 &popt.common.connection; 112 & stdarg.help;113 114 <varlistentry> 115 <term>-B <broadcast address></term>111 &popt.autohelp; 112 113 <varlistentry> 114 <term>-B|--broadcast <broadcast address></term> 116 115 <listitem><para>Send the query to the given broadcast address. Without 117 116 this option the default behavior of nmblookup is to send the … … 127 126 128 127 <varlistentry> 129 <term>-U <unicast address></term>128 <term>-U|--unicast <unicast address></term> 130 129 <listitem><para>Do a unicast query to the specified address or 131 130 host <replaceable>unicast address</replaceable>. This option … … 138 137 139 138 <varlistentry> 140 <term>-T </term>139 <term>-T|--translate</term> 141 140 <listitem><para>This causes any IP addresses found in the 142 141 lookup to be looked up via a reverse DNS lookup into a … … 149 148 150 149 <varlistentry> 151 <term>-f </term>150 <term>-f|--flags</term> 152 151 <listitem><para> 153 152 Show which flags apply to the name that has been looked up. Possible
Note:
See TracChangeset
for help on using the changeset viewer.