Fixed quoting/escaping bug in example code.
authorTim Potter <tpot@samba.org>
Mon, 2 Aug 1999 03:35:39 +0000 (03:35 +0000)
committerTim Potter <tpot@samba.org>
Mon, 2 Aug 1999 03:35:39 +0000 (03:35 +0000)
(This used to be commit 5e0994b8bb960fe754e889c797bd91e64be946f1)

docs/manpages/smbmount.8

index b887ae6060241f1156e977097894909d8dc9ccef..4ac7267395b76dd4bfee231ed2b1d67cf41004a5 100644 (file)
@@ -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.