Fix incorrect ccdconfig command line.

Noticed most recently by: Bill Richter <richterb@binkley.wellsfargo.com>
This commit is contained in:
Doug White 1998-10-14 03:25:31 +00:00
parent d6c7462104
commit f078b5a32a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3599
3 changed files with 6 additions and 6 deletions
en/tutorials/diskformat
en_US.ISO8859-1/articles/formatting-media
en_US.ISO_8859-1/articles/formatting-media

View file

@ -1,5 +1,5 @@
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<!-- $Id: diskformat.docb,v 1.4 1997-11-28 21:48:46 jfieber Exp $ -->
<!-- $Id: diskformat.docb,v 1.5 1998-10-14 03:25:31 dwhite Exp $ -->
<book>
<bookinfo>
@ -419,7 +419,7 @@ disklabel -e sd0c # change type to 4.2BSD
disklabel -e sd1c # change type to 4.2BSD
disklabel -e sd2c # change type to 4.2BSD
ccdconfig ccd0 32 0 /dev/sd0c /dev/sd2c /dev/sd2c
ccdconfig ccd0 32 0 /dev/sd0c /dev/sd1c /dev/sd2c
newfs /dev/rccd0c
</userinput>

View file

@ -1,5 +1,5 @@
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<!-- $Id: article.sgml,v 1.4 1997-11-28 21:48:46 jfieber Exp $ -->
<!-- $Id: article.sgml,v 1.5 1998-10-14 03:25:31 dwhite Exp $ -->
<book>
<bookinfo>
@ -419,7 +419,7 @@ disklabel -e sd0c # change type to 4.2BSD
disklabel -e sd1c # change type to 4.2BSD
disklabel -e sd2c # change type to 4.2BSD
ccdconfig ccd0 32 0 /dev/sd0c /dev/sd2c /dev/sd2c
ccdconfig ccd0 32 0 /dev/sd0c /dev/sd1c /dev/sd2c
newfs /dev/rccd0c
</userinput>

View file

@ -1,5 +1,5 @@
<!DOCTYPE BOOK PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<!-- $Id: article.sgml,v 1.4 1997-11-28 21:48:46 jfieber Exp $ -->
<!-- $Id: article.sgml,v 1.5 1998-10-14 03:25:31 dwhite Exp $ -->
<book>
<bookinfo>
@ -419,7 +419,7 @@ disklabel -e sd0c # change type to 4.2BSD
disklabel -e sd1c # change type to 4.2BSD
disklabel -e sd2c # change type to 4.2BSD
ccdconfig ccd0 32 0 /dev/sd0c /dev/sd2c /dev/sd2c
ccdconfig ccd0 32 0 /dev/sd0c /dev/sd1c /dev/sd2c
newfs /dev/rccd0c
</userinput>