diff options
-rw-r--r-- | lib/libc/sys/mount.2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 81d3a33..ad0c668 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -94,6 +94,9 @@ 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. .El .Pp The flag |