diff options
author | jkoshy <jkoshy@FreeBSD.org> | 1998-08-28 04:36:21 +0000 |
---|---|---|
committer | jkoshy <jkoshy@FreeBSD.org> | 1998-08-28 04:36:21 +0000 |
commit | 869eb982fed3334da1e14a7cebf0376dee8a3ebb (patch) | |
tree | 0e6aa34fe2e416a6783942743fc5395988880497 /lib/libc | |
parent | deb4aca6dc91458184f049163e0fdba6bc55a51a (diff) | |
download | FreeBSD-src-869eb982fed3334da1e14a7cebf0376dee8a3ebb.zip FreeBSD-src-869eb982fed3334da1e14a7cebf0376dee8a3ebb.tar.gz |
Typo fix.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/mount.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 8a35233..7232e82 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. |