summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>1999-08-02 03:35:39 +0000
committerTim Potter <tpot@samba.org>1999-08-02 03:35:39 +0000
commit2c146b78f761924d0013a9917562f7bbbfee3ec6 (patch)
treec2d46a1a9a96824610eb1ec01875a09e6638551e /docs
parent4bff2675746518af740e475e4e996247ac21d817 (diff)
downloadsamba-2c146b78f761924d0013a9917562f7bbbfee3ec6.tar.gz
samba-2c146b78f761924d0013a9917562f7bbbfee3ec6.tar.bz2
samba-2c146b78f761924d0013a9917562f7bbbfee3ec6.zip
Fixed quoting/escaping bug in example code.
(This used to be commit 5e0994b8bb960fe754e889c797bd91e64be946f1)
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/smbmount.82
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manpages/smbmount.8 b/docs/manpages/smbmount.8
index b887ae6060..4ac7267395 100644
--- a/docs/manpages/smbmount.8
+++ b/docs/manpages/smbmount.8
@@ -26,7 +26,7 @@ To mount an smb file system, I suggest using the option
.B -c
for smbmount to pass the mount command. For example, use
-smbmount "\\\\server\\tmp" -c 'mount /mnt -u 123 -g 456'
+smbmount '\\\\server\\tmp' -c 'mount /mnt -u 123 -g 456'
to mount the tmp share of server on /mnt, giving it a local uid 123
and a local gid 456.