summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-08-28 04:36:21 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-08-28 04:36:21 +0000
commit1380f780e0d90dd2e11e8a2e042a38137d9c761a (patch)
treeada0b5e399bd84a097c5e762bf84079ba2ffdc1a /lib/libc
parentccee8446a8ff687a9c250ef3e919cb8103c525c1 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/mount.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2
index 8a3523368122..7232e8246554 100644
--- a/lib/libc/sys/mount.2
+++ b/lib/libc/sys/mount.2
@@ -96,7 +96,7 @@ All I/O to the filesystem should be done synchronously.
.It Dv MNT_ASYNC
All I/O to the filesystem should be done asynchronously.
.It Dv MNT_FORCE
-Fore a read-write mount even if the filesystem appears to be unclean.
+Force a read-write mount even if the filesystem appears to be unclean.
Dangerous.
.It Dv MNT_NOCLUSTERR
Disable read clustering.