Subject: Typo patch fix for chap-ccd.xml
To: None <netbsd-docs@netbsd.org>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: netbsd-docs
Date: 08/17/2004 14:15:29
--=-zKluYH7MzF5up3C8Wqia
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
3 line patch attached. It's "4.2 BSD", not "4.4 BSD". I don't know
*what* I was thinking back then!
Anyway, I really like the new XML/XSL setup!
~Brian
--=-zKluYH7MzF5up3C8Wqia
Content-Disposition: attachment; filename=chap-ccd.xml-patch
Content-Type: text/plain; name=chap-ccd.xml-patch; charset=UTF-8
Content-Transfer-Encoding: 7bit
--- chap-ccd.xml-orig 2004-08-17 14:08:18.000000000 -0400
+++ chap-ccd.xml 2004-08-17 14:07:00.000000000 -0400
@@ -58,7 +58,7 @@
</step>
<step>
- <para>Create a 4.4BSD/UFS filesystem on the new CCD device</para>
+ <para>Create a 4.2BSD/UFS filesystem on the new CCD device</para>
</step>
<step>
@@ -324,7 +324,7 @@
<!-- ============================================================= -->
<sect1 id="chap-ccd-create-ufs-filesystem">
- <title>Create a 4.4BSD/UFS filesystem on the new CCD device</title>
+ <title>Create a 4.2BSD/UFS filesystem on the new CCD device</title>
<para>You may now disklabel the new virtual disk device associated
with your CCD. Be sure to use the character device:</para>
@@ -376,7 +376,7 @@
<para>Once you have a created a file system on the CCD device,
you can can mount the file system against an mount point
on your system. Be sure to mount the slice labeled type
- <literal>ffs</literal> or <literal>4.4BSD</literal>:</para>
+ <literal>ffs</literal> or <literal>4.2BSD</literal>:</para>
<screen>&rprompt; <userinput>mount /dev/ccd0c /mnt</userinput></screen>
--=-zKluYH7MzF5up3C8Wqia--