diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-16 00:03:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-16 00:03:13 +0000 |
commit | fe86e3771c413df8eecb39530c3a1412236d67e9 (patch) | |
tree | 9bbfcbf70cf27cf6fb30f11d6ff6565cb4a88ae6 /sbin/newfs/newfs.8 | |
parent | f9f6ddf34b96becf8fe1fd51545d1d05368230ea (diff) |
if -o is used to explicitly specify time or space optimization preference,
do not override based on minfree calculation; problem from jgarzik@pobox.com,
my fix; PR#226
Diffstat (limited to 'sbin/newfs/newfs.8')
-rw-r--r-- | sbin/newfs/newfs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 2358fd28dc6..a2ce2d6fb5c 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.5 1997/02/23 03:51:24 millert Exp $ +.\" $OpenBSD: newfs.8,v 1.6 1997/06/16 00:03:10 deraadt Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -192,8 +192,8 @@ The number of distinct rotational positions. The default is 1. .Pq ``space'' or ``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. -If the value of minfree (see above) is less than 5%, -the default is to optimize for space; +Unless an optimizations has been specified, if the value of minfree +(see above) is less than 5%, the default is to optimize for space; if the value of minfree is greater than or equal to 5%, the default is to optimize for time. See |