summaryrefslogtreecommitdiffstats
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
commit5e0994b8bb960fe754e889c797bd91e64be946f1 (patch)
treee934a90d9b4e230002d7f1797323d81af7666d91 /docs
parentbf9b639bf9162d61eb152af506dc2c1a7e8a4c85 (diff)
downloadsamba-5e0994b8bb960fe754e889c797bd91e64be946f1.tar.gz
samba-5e0994b8bb960fe754e889c797bd91e64be946f1.tar.xz
samba-5e0994b8bb960fe754e889c797bd91e64be946f1.zip
Fixed quoting/escaping bug in example code.
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 b887ae60602..4ac7267395b 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.