diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1997-11-09 03:36:26 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1997-11-09 03:36:26 +0000 |
| commit | 45d4f12362e00ab84b7f537bbaf47f272e877f3b (patch) | |
| tree | 38968c84dd250b6fd3e27c8baab4eaf6e531042b /lib/libc | |
| parent | d3a3ec3bb583317e50a81af435a1ccbc002acbef (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 cd7124da0fc4..00af2cf43410 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 |
