Document the newfs.c rev 1.33 changing the default c/g from 16 to 22.

This commit is contained in:
David E. O'Brien 2001-04-02 22:48:54 +00:00
parent 991bf32193
commit 8af4736afe
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75099

View File

@ -172,7 +172,7 @@ The block size of the file system, in bytes. It must be a power of 2. The
default size is 8192 bytes, and the smallest allowable size is 4096 bytes.
.It Fl c Ar #cylinders/group
The number of cylinders per cylinder group in a file system. The default value
is 16. The maximum value is dependent on a number of other parameters, in
is 22. The maximum value is dependent on a number of other parameters, in
particular the block size. The best way to find the maximum value for a
specific file system is to attempt to specify a value which is far too large:
.Nm