ccdconfig first appeared in NetBSD 1.1

From NetBSD man page, confirmed with repo tags in CVS [1]
(there was also no 1.0a release according to [2])

[1] http://cvsweb.netbsd.org/bsdweb.cgi/src/sbin/ccdconfig/ccdconfig.c
[2] http://netbsd.org/releases/formal.html#history

PR:		212437
Approved by:	bcr (mentor)
Obtained from:	NetBSD
MFC after:	4 days
Differential Revision:	https://reviews.freebsd.org/D8105
This commit is contained in:
Sevan Janiyan 2016-10-02 23:19:05 +00:00
parent 5c10b0713b
commit 494b4bb3d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306598

View File

@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd October 1, 2013
.Dd October 3, 2016
.Dt CCDCONFIG 8
.Os
.Sh NAME
@ -159,7 +159,7 @@ It reads as a two disk stripe of da4 and da5 which is mirrored
to a two disk stripe of da6 and da7.
The last example is a simple
mirror.
The 2nd slice of /dev/da8 is mirrored with the 3rd slice of /dev/da9
The second slice of /dev/da8 is mirrored with the third slice of /dev/da9
and assigned to ccd0.
.Bd -literal
# ccdconfig ccd0 64 none /dev/da0s1 /dev/da1s1 /dev/da2s1 /dev/da3s1
@ -246,7 +246,7 @@ and
The
.Nm
utility first appeared in
.Nx 1.0a .
.Nx 1.1 .
.Sh BUGS
The initial disklabel returned by
.Xr ccd 4