This commit is contained in:
cgd 1994-04-12 04:39:57 +00:00
parent 1bf99f645f
commit 3eff8b176a

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)newfs.8 6.10 (Berkeley) 3/16/91
.\" $Id: newfs.8,v 1.5 1993/08/01 07:38:47 mycroft Exp $
.\" $Id: newfs.8,v 1.6 1994/04/12 04:39:57 cgd Exp $
.\"
.Dd March 16, 1991
.Dt NEWFS 8
@ -100,7 +100,7 @@ The block size of the file system in bytes.
The fragment size of the file system in bytes.
.It Fl m Ar free space \&%
The percentage of space reserved from normal users; the minimum
free space threshold. The default value used is 10%.
free space threshold. The default value used is 5%.
See
.Xr tunefs 8
for more details on how to set this option.
@ -108,9 +108,9 @@ for more details on how to set this option.
.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 10%,
If the value of minfree (see above) is less than 5%,
the default is to optimize for space;
if the value of minfree greater than or equal to 10%,
if the value of minfree greater than or equal to 5%,
the default is to optimize for time.
See
.Xr tunefs 8