diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-27 21:46:57 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-27 21:46:57 +0000 |
commit | 26ebd9beef8b6c4af91f6e150e5fecb138ab9e4f (patch) | |
tree | 4dc566de8a8bcf04499e14bb69ea1890c22807cb /docs/docbook/manpages | |
parent | d2cea7d2898bba9f2faa1ed46cfa2b63f7acf7bf (diff) | |
download | samba-26ebd9beef8b6c4af91f6e150e5fecb138ab9e4f.tar.gz samba-26ebd9beef8b6c4af91f6e150e5fecb138ab9e4f.tar.bz2 samba-26ebd9beef8b6c4af91f6e150e5fecb138ab9e4f.zip |
Document 'nmblookup -M -- -'
(This used to be commit a1fcd3bb9f308f7ba2115cd0e7a97895c4592a56)
Diffstat (limited to 'docs/docbook/manpages')
-rw-r--r-- | docs/docbook/manpages/nmblookup.1.sgml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/docbook/manpages/nmblookup.1.sgml b/docs/docbook/manpages/nmblookup.1.sgml index 33ae631ed9..7bec00949c 100644 --- a/docs/docbook/manpages/nmblookup.1.sgml +++ b/docs/docbook/manpages/nmblookup.1.sgml @@ -56,7 +56,10 @@ up the NetBIOS name <replaceable>name</replaceable> with a type of <constant>0x1d</constant>. If <replaceable> name</replaceable> is "-" then it does a lookup on the special name - <constant>__MSBROWSE__</constant>.</para></listitem> + <constant>__MSBROWSE__</constant>. Please note that in order to + use the name "-", you need to make sure "-" isn't parsed as an + argument, e.g. use : + <userinput>nmblookup -M -- -</userinput>.</para></listitem> </varlistentry> <varlistentry> |