From 16296391cd29ece8351789c87dd5f1a60b1ba5b7 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 10 Nov 1996 09:28:20 +0000 Subject: Merge from the 2.2 branch: describe MNT_FORCE for mount(2). --- lib/libc/sys/mount.2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/libc') 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 -- cgit v1.1