diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mount.2 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 00af2cf..d1199c2 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. |