Fix typo.

PR:		Closes PR docs/3488
Submitted by:	k-horik@yk.rim.or.jp
This commit is contained in:
Eivind Eklund 1997-05-04 20:04:59 +00:00
parent 6d7b98c12d
commit b5aa560439
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25465

View File

@ -201,7 +201,7 @@ 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 8%,
the default is to optimize for space;
if the value of minfree is greater than or equal to 8%.
if the value of minfree is greater than or equal to 8%,
the default is to optimize for time.
See
.Xr tunefs 8