]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs-xml: Update nmblookup manpage for new cmdline opition parser
authorAndreas Schneider <asn@samba.org>
Mon, 18 Jan 2021 14:50:54 +0000 (15:50 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 25 May 2021 00:23:37 +0000 (00:23 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
docs-xml/manpages/nmblookup.1.xml

index c633e07214693a8dbb300cdf09ca32af0e101840..9ac602cbd592058c903adb5ddb0a8648806d9ab9 100644 (file)
        <cmdsynopsis>
                <command>nmblookup</command>
                <arg choice="opt">-M|--master-browser</arg>
-               <arg choice="opt">-R|--recursion</arg>
+               <arg choice="opt">--recursion</arg>
                <arg choice="opt">-S|--status</arg>
                <arg choice="opt">-r|--root-port</arg>
                <arg choice="opt">-A|--lookup-by-ip</arg>
-               <arg choice="opt">-B|--broadcast &lt;broadcast address&gt;</arg>
-               <arg choice="opt">-U|--unicast &lt;unicast address&gt;</arg>
-               <arg choice="opt">-d &lt;debug level&gt;</arg>
-               <arg choice="opt">-s &lt;smb config file&gt;</arg>
-               <arg choice="opt">-i &lt;NetBIOS scope&gt;</arg>
+               <arg choice="opt">-B|--broadcast=BROADCAST-ADDRESS</arg>
+               <arg choice="opt">-U|--unicast=UNICAST-ADDRESS</arg>
                <arg choice="opt">-T|--translate</arg>
                <arg choice="opt">-f|--flags</arg>
+               <arg choice="opt">-?|--help</arg>
+               <arg choice="opt">--usage</arg>
+               <arg choice="opt">-d|--debuglevel=DEBUGLEVEL</arg>
+               <arg choice="opt">--debug-stdout</arg>
+               <arg choice="opt">--configfile=CONFIGFILE</arg>
+               <arg choice="opt">--option=name=value</arg>
+               <arg choice="opt">-l|--log-basename=LOGFILEBASE</arg>
+               <arg choice="opt">--leak-report</arg>
+               <arg choice="opt">--leak-report-full</arg>
+               <arg choice="opt">-R|--name-resolve=NAME-RESOLVE-ORDER</arg>
+               <arg choice="opt">-O|--socket-options=SOCKETOPTIONS</arg>
+               <arg choice="opt">-m|--maxprotocol=MAXPROTOCOL</arg>
+               <arg choice="opt">-n|--netbiosname=NETBIOSNAME</arg>
+               <arg choice="opt">--netbios-scope=SCOPE</arg>
+               <arg choice="opt">-W|--workgroup=WORKGROUP</arg>
+               <arg choice="opt">--realm=REALM</arg>
                <arg choice="req">name</arg>
        </cmdsynopsis>
 </refsynopsisdiv>
@@ -66,7 +79,7 @@
                </varlistentry>
                
                <varlistentry>
-               <term>-R|--recursion</term>
+               <term>--recursion</term>
                <listitem><para>Set the recursion desired bit in the packet 
                to do a recursive lookup. This is used when sending a name 
                query to a machine running a WINS server and the user wishes 
 
 
 
-               &popt.common.connection;
-               &popt.autohelp;
-
                <varlistentry>
                <term>-B|--broadcast &lt;broadcast address&gt;</term>
                <listitem><para>Send the query to the given broadcast address. Without 
                (along with the <parameter>-R</parameter> option) is needed to 
                query a WINS server.</para></listitem>
                </varlistentry>
-               
-               &stdarg.server.debug;   
-               &popt.common.samba;
 
                <varlistentry>
                <term>-T|--translate</term>
                '*', which will return all registered names within a broadcast 
                area.</para></listitem>
                </varlistentry>
+
+               &cmdline.common.samba.client;
+               &cmdline.common.connection;
+               &popt.autohelp;
        </variablelist>
 </refsect1>