diff options
author | Tim Potter <tpot@samba.org> | 2001-06-18 02:29:02 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-18 02:29:02 +0000 |
commit | 672f554e76d763347985b2af3e03a426446edc2f (patch) | |
tree | e0b8868a53b5d436ee832e74c87543a8779048e9 /docs | |
parent | 6903a4a2db1688386efe08778675f5869cf4ae87 (diff) | |
download | samba-672f554e76d763347985b2af3e03a426446edc2f.tar.gz samba-672f554e76d763347985b2af3e03a426446edc2f.tar.bz2 samba-672f554e76d763347985b2af3e03a426446edc2f.zip |
Fixed typo in nmblookup example.
(This used to be commit d11c871fc5480e8ba3846e1de9a2f1834d535325)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/manpages/nmblookup.1.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbook/manpages/nmblookup.1.sgml b/docs/docbook/manpages/nmblookup.1.sgml index ee81d2b4e8..6fcf5cf70c 100644 --- a/docs/docbook/manpages/nmblookup.1.sgml +++ b/docs/docbook/manpages/nmblookup.1.sgml @@ -208,7 +208,7 @@ <para>For example, running :</para> - <para><command>nmblookup -U samba.org -R IRIX#1B'</command></para> + <para><command>nmblookup -U samba.org -R 'IRIX#1B'</command></para> <para>would query the WINS server samba.org for the domain master browser (1B name type) for the IRIX workgroup.</para> |