diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-01 08:07:29 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-01 08:07:29 +0000 |
commit | f82ace9b32f511d4430b7a405d3066aa8a8eb3d4 (patch) | |
tree | 11051f217805e28ec32e648fd17f675cf4159e52 /sbin | |
parent | c26c47efacb844c988f76c2cdcef3b702db67b53 (diff) |
note that for user mounts special should be -rw user, and node owned by user;
from a thread on misc@
ok tedu@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount/mount.8 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 249db9b6eb9..572def62492 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.45 2003/09/26 09:11:09 jmc Exp $ +.\" $OpenBSD: mount.8,v 1.46 2003/10/01 08:07:28 jmc Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -89,7 +89,14 @@ is nonzero .Po see .Xr sysctl 8 -.Pc . +.Pc , +the +.Ar special +device +is readable and writeable by the user attempting the mount, +and the mount point +.Ar node +is owned by the user attempting the mount. .Pp The options are as follows: .Bl -tag -width Ds |