diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-11-10 09:28:20 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-11-10 09:28:20 +0000 |
| commit | 94fbd76c280f1f6371cca00629a88f5d9b3e3ee0 (patch) | |
| tree | 2ce4b44b9e72b88e76a15be8e1abad4be4b4eff0 /lib | |
| parent | adb844d545c2945c8884696f2e5beb7ff27a92c9 (diff) | |
Notes
Diffstat (limited to 'lib')
| -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 81d3a33800cf..ad0c668eda6f 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 |
