diff options
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 66b912a718b..c429cf94234 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.63 2007/11/05 09:06:04 jmc Exp $ +.\" $OpenBSD: mount.8,v 1.64 2007/11/09 15:18:06 jmc Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)mount.8 8.7 (Berkeley) 3/27/94 .\" -.Dd $Mdocdate: November 5 2007 $ +.Dd $Mdocdate: November 9 2007 $ .Dt MOUNT 8 .Os .Sh NAME @@ -207,13 +207,10 @@ Mount the file system using soft dependencies. Instead of metadata being written immediately, it is written in an ordered fashion to keep the on-disk state of the file system consistent. This results in significant speedups for file create/delete operations. -.Pp -This option will be ignored when using the +This option is ignored when using the .Fl u flag and a file system is already mounted read/write. -It requires -.Cm option FFS_SOFTUPDATES -to be enabled in the running kernel. +.Pp The options .Ic async and |