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.