diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-11 22:20:02 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-11 22:20:02 +0000 |
commit | db5b45ba844aac723eece65f35e9da8d332ac7eb (patch) | |
tree | 6ea70bb0b6b4397bf2a59d1e33a2768c63838812 /sbin/newfs/newfs.8 | |
parent | fb32fc8a9d06e96ad5c62d55537fe2ffd3a1f101 (diff) |
more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r-- | sbin/newfs/newfs.8 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 7de67ac342c..30d5b5bb19d 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.10 1998/09/23 01:20:24 aaron Exp $ +.\" $OpenBSD: newfs.8,v 1.11 1998/11/11 22:19:59 aaron Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -119,7 +119,8 @@ a set of configuration parameters for the memory based file system. The special file is typically that of the primary swap area, since that is where the file system will be backed up when free memory gets low and the memory supporting -the file system has to be paged. If the keyword ``swap'' +the file system has to be paged. If the keyword +.Dq swap is used instead of a special file name, default configuration parameters will be used. (This option is useful when trying to use .Nm mount_mfs @@ -193,7 +194,9 @@ for more details on how to set this option. .It Fl n Ar number of rotational positions The number of distinct rotational positions. The default is 1. .It Fl o Ar optimization\ preference -.Pq ``space'' or ``time'' +.Ar space +or +.Ar time . The file system can either be instructed to try to minimize the time spent allocating blocks, or to try to minimize the space fragmentation on the disk. Unless an optimization has been specified, if the value of minfree |