From 1380f780e0d90dd2e11e8a2e042a38137d9c761a Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Fri, 28 Aug 1998 04:36:21 +0000 Subject: [PATCH] Typo fix. --- lib/libc/sys/mount.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/mount.2 b/lib/libc/sys/mount.2 index 8a352336812..7232e824655 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.