diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-18 22:16:08 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-18 22:16:08 +0000 |
commit | e9368b1d20bd64c7450851f458a3e13ee446e025 (patch) | |
tree | d42bfde40274409471441e03da636de64cc096af /docs/docbook/manpages/nmblookup.1.sgml | |
parent | 19eb4688cf04ec14dc412f54611de18b66c48fbb (diff) | |
download | samba-e9368b1d20bd64c7450851f458a3e13ee446e025.tar.gz samba-e9368b1d20bd64c7450851f458a3e13ee446e025.tar.bz2 samba-e9368b1d20bd64c7450851f458a3e13ee446e025.zip |
Document parameters that have been added in 3.0
(This used to be commit 1fb6353c39439220465fcce7950511c63e31ea44)
Diffstat (limited to 'docs/docbook/manpages/nmblookup.1.sgml')
-rw-r--r-- | docs/docbook/manpages/nmblookup.1.sgml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/docbook/manpages/nmblookup.1.sgml b/docs/docbook/manpages/nmblookup.1.sgml index 67efac5634..33ae631ed9 100644 --- a/docs/docbook/manpages/nmblookup.1.sgml +++ b/docs/docbook/manpages/nmblookup.1.sgml @@ -28,6 +28,7 @@ <arg choice="opt">-s <smb config file></arg> <arg choice="opt">-i <NetBIOS scope></arg> <arg choice="opt">-T</arg> + <arg choice="opt">-f</arg> <arg choice="req">name</arg> </cmdsynopsis> </refsynopsisdiv> @@ -182,6 +183,15 @@ <para> pair that is the normal output.</para></listitem> </varlistentry> + <varlistentry> + <term>-f</term> + <listitem><para> + Show which flags apply to the name that has been looked up. Possible + answers are zero or more of: Response, Authoritative, + Truncated, Recursion_Desired, Recursion_Available, Broadcast. + </para></listitem> + </varlistentry> + <varlistentry> <term>name</term> @@ -217,7 +227,7 @@ <refsect1> <title>VERSION</title> - <para>This man page is correct for version 2.2 of + <para>This man page is correct for version 3.0 of the Samba suite.</para> </refsect1> |