diff options
author | ru <ru@FreeBSD.org> | 2005-01-10 16:17:34 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-10 16:17:34 +0000 |
commit | c56f1c1871205be557ed0d6b8fe8a0dd9683515f (patch) | |
tree | d049dcb50e544da4580a24f7839dd5f288052628 /sbin/mount_unionfs | |
parent | 0c3ea39ac6d784fd08e6057c87255fc59dda7877 (diff) | |
download | FreeBSD-src-c56f1c1871205be557ed0d6b8fe8a0dd9683515f.zip FreeBSD-src-c56f1c1871205be557ed0d6b8fe8a0dd9683515f.tar.gz |
Scheduled mdoc(7) sweep.
Diffstat (limited to 'sbin/mount_unionfs')
-rw-r--r-- | sbin/mount_unionfs/mount_unionfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_unionfs/mount_unionfs.8 b/sbin/mount_unionfs/mount_unionfs.8 index 4232a44..9bdcbe0 100644 --- a/sbin/mount_unionfs/mount_unionfs.8 +++ b/sbin/mount_unionfs/mount_unionfs.8 @@ -88,8 +88,8 @@ To enforce file system security, the user mounting the file system must be superuser or else have write permission on the mounted-on directory. In addition, the -.Em vfs.usermount -.Xr sysctl 3 +.Va vfs.usermount +.Xr sysctl 8 variable must be set to 1 to permit file system mounting by ordinary users. .Pp Filenames are looked up in the upper layer and then in the |