aboutsummaryrefslogtreecommitdiff
path: root/en/tutorials
diff options
context:
space:
mode:
authorDoug White <dwhite@FreeBSD.org>1998-10-14 03:25:31 +0000
committerDoug White <dwhite@FreeBSD.org>1998-10-14 03:25:31 +0000
commitf078b5a32a201304eb5913f434c7c9251a1987bd (patch)
tree46b71f0789cc85fd973de274b01534e9a971744b /en/tutorials
parentd6c7462104e9862e133618cd489274088337c530 (diff)
downloaddoc-f078b5a32a201304eb5913f434c7c9251a1987bd.tar.gz
doc-f078b5a32a201304eb5913f434c7c9251a1987bd.zip
Fix incorrect ccdconfig command line.
Noticed most recently by: Bill Richter <richterb@binkley.wellsfargo.com>
Notes
Notes: svn path=/head/; revision=3599
Diffstat (limited to 'en/tutorials')
-rw-r--r--en/tutorials/diskformat/diskformat.docb4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/tutorials/diskformat/diskformat.docb b/en/tutorials/diskformat/diskformat.docb
index 8ce5ce5039..d591b9f207 100644
--- a/en/tutorials/diskformat/diskformat.docb
+++ b/en/tutorials/diskformat/diskformat.docb
@@ -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>