diff options
author | kato <kato@FreeBSD.org> | 1997-11-09 03:36:26 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1997-11-09 03:36:26 +0000 |
commit | df791f575cb36595b361881b6e48fb7d29e50cc3 (patch) | |
tree | af34426c24c20cf1fade4f434fa0f18c4269c839 /lib/libc/sys/mount.2 | |
parent | 682b093038c2d7298dc7bd49dacdb65afa73f686 (diff) | |
download | FreeBSD-src-df791f575cb36595b361881b6e48fb7d29e50cc3.zip FreeBSD-src-df791f575cb36595b361881b6e48fb7d29e50cc3.tar.gz |
Describe MNT_NOCLUSTER{R,W} flags.
Pointed out by: bde
Diffstat (limited to 'lib/libc/sys/mount.2')
-rw-r--r-- | lib/libc/sys/mount.2 | 4 |
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 |