From df791f575cb36595b361881b6e48fb7d29e50cc3 Mon Sep 17 00:00:00 2001 From: kato Date: Sun, 9 Nov 1997 03:36:26 +0000 Subject: Describe MNT_NOCLUSTER{R,W} flags. Pointed out by: bde --- lib/libc/sys/mount.2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index cd7124d..00af2cf 100644 --- a/lib/libc/sys/mount.2 +++ b/lib/libc/sys/mount.2 @@ -97,6 +97,10 @@ is also specified. .It Dv MNT_FORCE Fore a read-write mount even if the filesystem appears to be unclean. Dangerous. +.It Dv MNT_NOCLUSTERR +Disable read clustering. +.It Dv MNT_NOCLUSTERW +Disable write clustering. .El .Pp The flag -- cgit v1.1