diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-11-27 19:39:07 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-11-27 19:39:07 +0000 |
commit | 05ebaf9058f8cc353ae570684d94fcadd1320fb0 (patch) | |
tree | 24f711ec3fe0614614df0677cbf8e696d7928a8f /sbin/newfs | |
parent | e2d493068034e1a56a6c6c59118e6256a2c0aa1d (diff) | |
download | FreeBSD-src-05ebaf9058f8cc353ae570684d94fcadd1320fb0.zip FreeBSD-src-05ebaf9058f8cc353ae570684d94fcadd1320fb0.tar.gz |
Fix the example of suggested default settings. It stated that settings
were only of benefit to large filesystems, which recent research
suggests is not the case, and which the original author of the text
no longer endorses.
Diffstat (limited to 'sbin/newfs')
-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 c19cc6f..907a83d 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -279,7 +279,7 @@ Creates a new ufs file system on will use a block size of 16384 bytes, a fragement size of 2048 bytes and the largest possible number of cylinders per group. These values tend to produce better performance than the defaults -for file systems larger than about 5 gigabytes. +for most applications. .Sh SEE ALSO .Xr fdformat 1 , .Xr disktab 5 , |