From e9cbb548b953e6a40a2e8628a9989550ad765544 Mon Sep 17 00:00:00 2001 From: ru Date: Wed, 5 Sep 2001 08:51:21 +0000 Subject: The defaults for bsize and fsize were interchanged. PR: docs/30330 --- sbin/bsdlabel/bsdlabel.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sbin/bsdlabel/bsdlabel.8') diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 84f86b0..bafb3052 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 -- cgit v1.1