From 286fe46c4bb33d40a37d80f04a39b7c330ffd6a7 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Thu, 7 Nov 1996 04:10:55 +0000 Subject: [PATCH] Remove comment about offset, it is no longer necessary. Add mention of partition types in disklabel. Add disklabel(8) to "see also" section. Reminded by: Chris Timmons --- share/man/man4/ccd.4 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/share/man/man4/ccd.4 b/share/man/man4/ccd.4 index 763b8594aae..c581bf4d69b 100644 --- a/share/man/man4/ccd.4 +++ b/share/man/man4/ccd.4 @@ -54,11 +54,11 @@ Note that the .Sq raw partitions of the disks .Pa should not -be combined. Each component partition should be offset at least one -cylinder from the beginning of the component disk. This avoids potential -conflicts between the component disk's disklabel and the -.Nm ccd's -disklabel. The kernel will only allow component partitions of type FS_BSDFFS. +be combined. The kernel will only allow component partitions of type +FS_BSDFFS (type +.Dq 4.2BSD +as shown as +.Xr disklabel 8 ). .Pp In order to compile in support for the ccd, you must add a line similar to the following to your kernel configuration file: @@ -109,6 +109,7 @@ Utah. .Xr MAKEDEV 8 , .Xr ccdconfig 8 , .Xr config 8 , +.Xr disklabel 8 , .Xr fsck 8 , .Xr mount 8 , .Xr newfs 8 .