From: Andreas Schneider Date: Mon, 18 Jan 2021 14:50:54 +0000 (+0100) Subject: docs-xml: Update nmblookup manpage for new cmdline opition parser X-Git-Tag: tevent-0.11.0~759 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e2b2baeb549ee190c2c08fce65238d304c53020f;p=thirdparty%2Fsamba.git docs-xml: Update nmblookup manpage for new cmdline opition parser Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/manpages/nmblookup.1.xml b/docs-xml/manpages/nmblookup.1.xml index c633e072146..9ac602cbd59 100644 --- a/docs-xml/manpages/nmblookup.1.xml +++ b/docs-xml/manpages/nmblookup.1.xml @@ -21,17 +21,30 @@ nmblookup -M|--master-browser - -R|--recursion + --recursion -S|--status -r|--root-port -A|--lookup-by-ip - -B|--broadcast <broadcast address> - -U|--unicast <unicast address> - -d <debug level> - -s <smb config file> - -i <NetBIOS scope> + -B|--broadcast=BROADCAST-ADDRESS + -U|--unicast=UNICAST-ADDRESS -T|--translate -f|--flags + -?|--help + --usage + -d|--debuglevel=DEBUGLEVEL + --debug-stdout + --configfile=CONFIGFILE + --option=name=value + -l|--log-basename=LOGFILEBASE + --leak-report + --leak-report-full + -R|--name-resolve=NAME-RESOLVE-ORDER + -O|--socket-options=SOCKETOPTIONS + -m|--maxprotocol=MAXPROTOCOL + -n|--netbiosname=NETBIOSNAME + --netbios-scope=SCOPE + -W|--workgroup=WORKGROUP + --realm=REALM name @@ -66,7 +79,7 @@ - -R|--recursion + --recursion 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 @@ -107,9 +120,6 @@ - &popt.common.connection; - &popt.autohelp; - -B|--broadcast <broadcast address> Send the query to the given broadcast address. Without @@ -131,9 +141,6 @@ (along with the -R option) is needed to query a WINS server. - - &stdarg.server.debug; - &popt.common.samba; -T|--translate @@ -165,6 +172,10 @@ '*', which will return all registered names within a broadcast area. + + &cmdline.common.samba.client; + &cmdline.common.connection; + &popt.autohelp;