From 18c613474d0433113ff50fa286d9400595e45279 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 13 Oct 2006 15:44:29 +0000 Subject: - Don't mention (wrong) defaults for FFS file system parameters, replace them with references to newfs(8) which documents them. - Remove mentions of LFS support for which was retired in 1998. - Regenerate an example output. PR: docs/84913 MFC after: 3 days --- sbin/bsdlabel/bsdlabel.8 | 31 +++++++++++-------------------- 1 file changed, 11 insertions(+), 20 deletions(-) (limited to 'sbin/bsdlabel') diff --git a/sbin/bsdlabel/bsdlabel.8 b/sbin/bsdlabel/bsdlabel.8 index 751a51f..533979d 100644 --- a/sbin/bsdlabel/bsdlabel.8 +++ b/sbin/bsdlabel/bsdlabel.8 @@ -31,7 +31,7 @@ .\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd March 8, 2006 +.Dd October 13, 2006 .Dt BSDLABEL 8 .Os .Sh NAME @@ -202,8 +202,8 @@ The format is: 8 partitions: # size offset fstype [fsize bsize bps/cpg] - a: 81920 16 4.2BSD 1024 8192 16 - b: 160000 81936 swap + a: 81920 16 4.2BSD 2048 16384 5128 + b: 1091994 81936 swap c: 1173930 0 unused 0 0 # "raw" part, don't edit .Ed .Pp @@ -334,28 +334,18 @@ for more details.) .It Ar fsize For .Cm 4.2BSD -and -.Tn LFS -file systems only, the fragment size. -Defaults to 1024 for partitions smaller than 1GB, -4096 for partitions 1GB or larger. +file systems only, the fragment size; see +.Xr newfs 8 . .It Ar bsize For .Cm 4.2BSD -and -.Tn LFS -file systems only, the block size. -Defaults to 8192 for partitions smaller than 1GB, -16384 for partitions 1GB or larger. +file systems only, the block size; see +.Xr newfs 8 . .It Ar bps/cpg For .Cm 4.2BSD -file systems, the number of cylinders in a cylinder group. -For -.Tn LFS -file systems, the segment shift value. -Defaults to 16 for partitions smaller than 1GB, -64 for partitions 1GB or larger. +file systems, the number of cylinders in a cylinder group; see +.Xr newfs 8 . .El .Sh EXAMPLES .Dl "bsdlabel da0s1" @@ -504,4 +494,5 @@ are not generally compatible. .Xr disktab 5 , .Xr boot0cfg 8 , .Xr fdisk 8 , -.Xr gpt 8 +.Xr gpt 8 , +.Xr newfs 8 -- cgit v1.1