diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-09 15:18:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-09 15:18:07 +0000 |
commit | 3a0f6f9ed7570a0f895ca7757810667ef6cc3d5f (patch) | |
tree | 74c3fda6b21367d910c22cc5a967a5437f8176c1 /sbin | |
parent | 78eff9cafff27c099aea0d5718bdcf5592c30f4f (diff) |
FFS_SOFTUPDATES:
- no need to document needing a config option when it is already enabled
by default in GENERIC
- move to format similar to "async"
- grammar tweak whilst here
agreed by miod (i think)
ok millert
Diffstat (limited to 'sbin')
-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 |