diff options
author | Russ Cox <rsc@swtch.com> | 2008-04-17 16:12:34 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-04-17 16:12:34 -0400 |
commit | be3e351464e9c656eae8644727060f3d458a2984 (patch) | |
tree | 5025c55e150e74a5bbf7e99a0cdcc0ab267da401 /man/man4 | |
parent | 6bcc5ae9851fc3db44144b4f07d77b3e1224232e (diff) | |
download | plan9port-be3e351464e9c656eae8644727060f3d458a2984.tar.gz plan9port-be3e351464e9c656eae8644727060f3d458a2984.tar.bz2 plan9port-be3e351464e9c656eae8644727060f3d458a2984.zip |
vacfs: implement -m flag
Diffstat (limited to 'man/man4')
-rw-r--r-- | man/man4/vacfs.4 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/man/man4/vacfs.4 b/man/man4/vacfs.4 index 5ccf2900..783f9ab1 100644 --- a/man/man4/vacfs.4 +++ b/man/man4/vacfs.4 @@ -14,10 +14,10 @@ vacfs \- a Venti-based file system .B -h .I host ] -.\" [ -.\" .B -m -.\" .I mtpt -.\" ] +[ +.B -m +.I mtpt +] [ .B -s .I srvname @@ -59,10 +59,9 @@ metaname .TP .B -i Use file descriptors 0 and 1 as the 9P communication channel rather than create a pipe. -.\" .TP -.\" .BI -m " mtpt -.\" The location to mount the file system. The default is -.\" .BR /n/vac . +.TP +.BI -m " mtpt +The location to mount the file system. The default is not to mount. .TP .BI -p Disables permission checking. |