aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-09-05 08:51:21 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-09-05 08:51:21 +0000
commit857dcea0fed28accd779bc93f5faff52b492a8a6 (patch)
tree243c7d22ad065b2d7dee7e2fd8b46beeca01c8db /sbin
parentca61f686015ba4027927282ada927d9c2c4dd1a5 (diff)
downloadsrc-857dcea0fed28accd779bc93f5faff52b492a8a6.tar.gz
src-857dcea0fed28accd779bc93f5faff52b492a8a6.zip
The defaults for bsize and fsize were interchanged.
PR: docs/30330
Notes
Notes: svn path=/head/; revision=83066
Diffstat (limited to 'sbin')
-rw-r--r--sbin/bsdlabel/bsdlabel.88
-rw-r--r--sbin/disklabel/disklabel.88
2 files changed, 8 insertions, 8 deletions
diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8
index 84f86b094bfe..bafb305286b1 100644
--- a/sbin/bsdlabel/bsdlabel.8
+++ b/sbin/bsdlabel/bsdlabel.8
@@ -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
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8
index 84f86b094bfe..bafb305286b1 100644
--- a/sbin/disklabel/disklabel.8
+++ b/sbin/disklabel/disklabel.8
@@ -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