From 2c146b78f761924d0013a9917562f7bbbfee3ec6 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Mon, 2 Aug 1999 03:35:39 +0000 Subject: Fixed quoting/escaping bug in example code. (This used to be commit 5e0994b8bb960fe754e889c797bd91e64be946f1) --- docs/manpages/smbmount.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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. -- cgit