diff options
author | eivind <eivind@FreeBSD.org> | 1997-05-04 20:04:59 +0000 |
---|---|---|
committer | eivind <eivind@FreeBSD.org> | 1997-05-04 20:04:59 +0000 |
commit | 5ea236e383fe5c7bc80e77655e4d6865c3c21b93 (patch) | |
tree | 11392b31bd907a4c36745e2823bb314857d26d68 /sbin | |
parent | 99dfa1c3824be3c7c62ad5e5f72e4739f5f11784 (diff) | |
download | FreeBSD-src-5ea236e383fe5c7bc80e77655e4d6865c3c21b93.zip FreeBSD-src-5ea236e383fe5c7bc80e77655e4d6865c3c21b93.tar.gz |
Fix typo.
PR: Closes PR docs/3488
Submitted by: k-horik@yk.rim.or.jp
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/newfs/newfs.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index c23d731..e266d08 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -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 |