summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1997-11-12 05:42:33 +0000
committerJulian Elischer <julian@FreeBSD.org>1997-11-12 05:42:33 +0000
commitb1f4a44b03989b5d653f0a738f200d5784808bbc (patch)
treee7e8ad8487595b193cff8ede198c1cb9f08fa787 /lib/libc
parente3f8c97942e4c1ee98b4010ef5e5305886862f41 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mount.25
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index 00af2cf43410..d1199c2c5133 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -79,6 +79,8 @@ suppress default semantics which affect filesystem access.
.It Dv MNT_RDONLY
The filesystem should be treated as read-only;
Even the super-user may not write on it.
+Specifying MNT_UPDATE withut this option will upgrade
+a read-only filesystem to read/write.
.It Dv MNT_NOEXEC
Do not allow files to be executed from the filesystem.
.It Dv MNT_NOSUID
@@ -91,9 +93,6 @@ Do not interpret special files on the filesystem.
All I/O to the filesystem should be done synchronously.
.It Dv MNT_ASYNC
All I/O to the filesystem should be done asynchronously.
-.It Dv MNT_WANTRDWR
-Upgrade a mounted read-only filesystem to read-write if MNT_UPDATE
-is also specified.
.It Dv MNT_FORCE
Fore a read-write mount even if the filesystem appears to be unclean.
Dangerous.