diff options
author | Tim Potter <tpot@samba.org> | 1999-08-02 03:35:39 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 1999-08-02 03:35:39 +0000 |
commit | 2c146b78f761924d0013a9917562f7bbbfee3ec6 (patch) | |
tree | c2d46a1a9a96824610eb1ec01875a09e6638551e | |
parent | 4bff2675746518af740e475e4e996247ac21d817 (diff) | |
download | samba-2c146b78f761924d0013a9917562f7bbbfee3ec6.tar.gz samba-2c146b78f761924d0013a9917562f7bbbfee3ec6.tar.bz2 samba-2c146b78f761924d0013a9917562f7bbbfee3ec6.zip |
Fixed quoting/escaping bug in example code.
(This used to be commit 5e0994b8bb960fe754e889c797bd91e64be946f1)
-rw-r--r-- | docs/manpages/smbmount.8 | 2 |
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. |