diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-18 22:56:07 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-18 22:56:07 +0000 |
commit | 16b21db4d33ff08e914df52000c560f64ef0e39d (patch) | |
tree | a11f2d1036bb85a2c46891708f459ae9eedcd2af /sbin/mount | |
parent | 404d4678be49dbab2ac44d8d6ae087f87036f9d6 (diff) |
Remove hard sentence breaks, and some other cleanup along the way.
Diffstat (limited to 'sbin/mount')
-rw-r--r-- | sbin/mount/mount.8 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 3a088cef9bf..10d83b8920c 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount.8,v 1.19 2000/03/05 00:28:50 aaron Exp $ +.\" $OpenBSD: mount.8,v 1.20 2000/03/18 22:56:00 aaron Exp $ .\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $ .\" .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -122,9 +122,11 @@ to the file system should be done asynchronously. This is a .Em dangerous flag to set since it does not guarantee to keep a consistent -file system structure on the disk. You should not use this flag +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 +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 @@ -273,7 +275,8 @@ The file system object is to be read and write. The options specific to the various file system types are described in the manual pages for those file systems' .Nm mount_XXX -commands. For instance, the options specific to Berkeley +commands. +For instance, the options specific to Berkeley Fast File Systems are described in the .Xr mount_ffs 8 manual page. |