aboutsummaryrefslogtreecommitdiff
path: root/man/man4
diff options
context:
space:
mode:
authorDavid du Colombier <0intro@gmail.com>2012-08-05 19:17:18 +0200
committerDavid du Colombier <0intro@gmail.com>2012-08-05 19:17:18 +0200
commite31375ac4e12494f6a085cb2c9d51e9e61dd8216 (patch)
tree7c33ebe4d86bce1be6fe3eec7cd9ae0b9bf298a1 /man/man4
parentfee1a4639b69fb7402adc31432f492007e72d6d9 (diff)
downloadplan9port-e31375ac4e12494f6a085cb2c9d51e9e61dd8216.tar.gz
plan9port-e31375ac4e12494f6a085cb2c9d51e9e61dd8216.tar.bz2
plan9port-e31375ac4e12494f6a085cb2c9d51e9e61dd8216.zip
srv(4), mount: update v9fs usage
The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072
Diffstat (limited to 'man/man4')
-rw-r--r--man/man4/srv.42
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man4/srv.4 b/man/man4/srv.4
index ccd0f034..856f88ff 100644
--- a/man/man4/srv.4
+++ b/man/man4/srv.4
@@ -90,7 +90,7 @@ handling authentication:
.IP
.EX
srv -a sources.cs.bell-labs.com sources
-sudo mount -t 9P -o user=$USER,uid=`id -u`,gid=`id -g`,proto=unix
+sudo mount -t 9p -o trans=unix,uname=$USER,dfltuid=`id -u`,dfltgid=`id -g`
`namespace`/sources /n/sources
.EE
.SH SOURCE