summaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-03-24 22:31:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-03-24 22:31:10 +0000
commit987505eb00f628b5885a678dc75c27028002daee (patch)
tree594450a60aedb81ea3314fa15601e01d71717600 /sbin/mount
parent82e869d791e98fa99a2db6b5060f9024481586eb (diff)
expound on async flag
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.811
1 files changed, 7 insertions, 4 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 003ad72a172..f2f5b73b55a 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.8,v 1.14 1999/03/10 02:25:39 pjanzen Exp $
+.\" $OpenBSD: mount.8,v 1.15 1999/03/24 22:31:09 millert Exp $
.\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -121,9 +121,12 @@ All
to the file system should be done asynchronously.
This is a
.Em dangerous
-flag to set,
-and should not be used unless you are prepared to recreate the file
-system should your system crash.
+flag to set since it does not guarantee to keep a consistent
+file system structure on the disk. You should not use this flag
+unless you are prepared to recreate the file system should your
+system crash. The most common use of this flag is to speed up
+.Xr restore 8
+where it can give a factor of two speed increase.
.It force
The same as
.Fl f ;