diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-28 19:58:13 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-28 19:58:13 +0000 |
commit | 5d88296d802a30e02ab4324918fc3c5b2d1a0124 (patch) | |
tree | 7b1499425522a1869efe1157380f93c283e2accd /docs | |
parent | 6a2295ecab5a4be402985f84cd5dad720d4ad3e4 (diff) | |
download | samba-5d88296d802a30e02ab4324918fc3c5b2d1a0124.tar.gz samba-5d88296d802a30e02ab4324918fc3c5b2d1a0124.tar.bz2 samba-5d88296d802a30e02ab4324918fc3c5b2d1a0124.zip |
Fix typo (s/-s/-S)
(This used to be commit 1c334f05a5068485b825f81845e76caff37cf104)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/projdoc/winbind.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docbook/projdoc/winbind.sgml b/docs/docbook/projdoc/winbind.sgml index d70c1a3679..b045a26db6 100644 --- a/docs/docbook/projdoc/winbind.sgml +++ b/docs/docbook/projdoc/winbind.sgml @@ -582,7 +582,7 @@ a domain user who has administrative privileges in the domain. <para> -<prompt>root#</prompt> <command>/usr/local/samba/bin/net rpc join -s PDC -U Administrator</command> +<prompt>root#</prompt> <command>/usr/local/samba/bin/net rpc join -S PDC -U Administrator</command> </para> |