diff options
author | 2000-09-17 21:56:44 +0000 | |
---|---|---|
committer | 2000-09-17 21:56:44 +0000 | |
commit | 581d34a0f7660baf5a8ca4fee12e0c0f5bc2134b (patch) | |
tree | ec8d180ac1d77c7c643940e339ee9881ae1bb600 | |
parent | More DESTDIR (diff) | |
download | wireguard-openbsd-581d34a0f7660baf5a8ca4fee12e0c0f5bc2134b.tar.xz wireguard-openbsd-581d34a0f7660baf5a8ca4fee12e0c0f5bc2134b.zip |
Mention kern.usermount and the fact that a mount point has to be an
existing directory.
-rw-r--r-- | sbin/mount/mount.8 | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 7a4dbdd0486..93bb8974508 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.23 2000/06/17 20:31:00 niklas Exp $ +.\" $OpenBSD: mount.8,v 1.24 2000/09/17 21:56:44 pjanzen Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -74,7 +74,25 @@ If no arguments are given to .Nm mount , this list is printed. .Pp -The options are as follows: +A mount point +.Ar node +must be an existing directory for a mount to succeed +.Po +except in the special case of +.Pa / , +of course +.Pc . +Only the superuser may mount filesystems unless +.Va kern.usermount +is nonzero +.Po +see +.Xr sysctl 8 +.Pc . +.Pp +The options to +.Nm +are as follows: .Bl -tag -width indent .It Fl A Causes @@ -309,6 +327,7 @@ file system table .Xr mount_umap 8 , .Xr mount_union 8 , .Xr mount_xfs 8 , +.Xr sysctl 8 , .Xr umount 8 .Sh HISTORY A |