mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
The defaults for bsize and fsize were interchanged.
PR: docs/30330
This commit is contained in:
parent
ca61f68601
commit
857dcea0fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83066
@ -657,13 +657,13 @@ for more details.
|
||||
.It fsize
|
||||
For
|
||||
.Cm 4.2BSD
|
||||
and LFS file systems only, the fragment size. Defaults to 8192 for
|
||||
partitions smaller than 1 GB, 16384 for partitions 1GB or larger.
|
||||
and LFS file systems only, the fragment size. Defaults to 1024 for
|
||||
partitions smaller than 1 GB, 4096 for partitions 1GB or larger.
|
||||
.It bsize
|
||||
For
|
||||
.Cm 4.2BSD
|
||||
and LFS file systems only, the block size. Defaults to 1024 for
|
||||
partitions smaller than 1 GB, 4096 for partitions 1GB or larger.
|
||||
and LFS file systems only, the block size. Defaults to 8192 for
|
||||
partitions smaller than 1 GB, 16384 for partitions 1GB or larger.
|
||||
.It bps/cpg
|
||||
For
|
||||
.Cm 4.2BSD
|
||||
|
@ -657,13 +657,13 @@ for more details.
|
||||
.It fsize
|
||||
For
|
||||
.Cm 4.2BSD
|
||||
and LFS file systems only, the fragment size. Defaults to 8192 for
|
||||
partitions smaller than 1 GB, 16384 for partitions 1GB or larger.
|
||||
and LFS file systems only, the fragment size. Defaults to 1024 for
|
||||
partitions smaller than 1 GB, 4096 for partitions 1GB or larger.
|
||||
.It bsize
|
||||
For
|
||||
.Cm 4.2BSD
|
||||
and LFS file systems only, the block size. Defaults to 1024 for
|
||||
partitions smaller than 1 GB, 4096 for partitions 1GB or larger.
|
||||
and LFS file systems only, the block size. Defaults to 8192 for
|
||||
partitions smaller than 1 GB, 16384 for partitions 1GB or larger.
|
||||
.It bps/cpg
|
||||
For
|
||||
.Cm 4.2BSD
|
||||
|
Loading…
Reference in New Issue
Block a user