summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ccd.4
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2001-09-26 22:41:02 +0000
committerbrooks <brooks@FreeBSD.org>2001-09-26 22:41:02 +0000
commitb1392c6a3c2a0ee67ad66dad043ae61d3c43289b (patch)
tree450ade9881574bf9aecfde9732d09d52b4f3bcc8 /share/man/man4/ccd.4
parent2a6102d3e89e281ef727f72bc778eb1e30f85740 (diff)
downloadFreeBSD-src-b1392c6a3c2a0ee67ad66dad043ae61d3c43289b.zip
FreeBSD-src-b1392c6a3c2a0ee67ad66dad043ae61d3c43289b.tar.gz
The number of ccd(4) devices is no longer set at compile time so stop
trying to do it in the examples and config files.
Diffstat (limited to 'share/man/man4/ccd.4')
-rw-r--r--share/man/man4/ccd.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/ccd.4 b/share/man/man4/ccd.4
index 020feea..411b131 100644
--- a/share/man/man4/ccd.4
+++ b/share/man/man4/ccd.4
@@ -41,7 +41,7 @@
.Nm ccd
.Nd Concatenated Disk driver
.Sh SYNOPSIS
-.Cd "device ccd 4"
+.Cd "device ccd"
.Sh DESCRIPTION
The
.Nm
@@ -65,7 +65,7 @@ as shown as
In order to compile in support for the ccd, you must add a line similar
to the following to your kernel configuration file:
.Bd -unfilled -offset indent
-device ccd 4 # concatenated disk devices
+device ccd # concatenated disk devices
.Ed
.Pp
The count argument is how many
@@ -180,7 +180,7 @@ Changing the interleave or other parameters for a
.Nm
disk usually destroys whatever data previously existed on that disk.
.Sh FILES
-/dev/{,r}ccd* - ccd device special files.
+/dev/ccd* - ccd device special files.
.Sh HISTORY
The concatenated disk driver was originally written at the University of
Utah.
OpenPOWER on IntegriCloud