summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-11-09 03:36:26 +0000
committerkato <kato@FreeBSD.org>1997-11-09 03:36:26 +0000
commitdf791f575cb36595b361881b6e48fb7d29e50cc3 (patch)
treeaf34426c24c20cf1fade4f434fa0f18c4269c839 /lib
parent682b093038c2d7298dc7bd49dacdb65afa73f686 (diff)
downloadFreeBSD-src-df791f575cb36595b361881b6e48fb7d29e50cc3.zip
FreeBSD-src-df791f575cb36595b361881b6e48fb7d29e50cc3.tar.gz
Describe MNT_NOCLUSTER{R,W} flags.
Pointed out by: bde
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/mount.24
1 files changed, 4 insertions, 0 deletions
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
OpenPOWER on IntegriCloud