Subject: Re: 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/28/2004 01:58:49
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--=-zKluYH7MzF5up3C8Wqia
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; format=flowed
Content-ID: <20040828015339.K35916@digitalfreaks.org>

On Tue, 17 Aug 2004, Brian A. Seklecki wrote:

> 3 line patch attached.  It's "4.2 BSD", not "4.4 BSD".  I don't know
> *what* I was thinking back then!

Right then!

PR misc/26782

CC'ing some people who've corrected previous typos... (much appreciated)

~lava

>
> Anyway, I really like the new XML/XSL setup!
>
> ~Brian
--=-zKluYH7MzF5up3C8Wqia
Content-Type: TEXT/PLAIN; NAME="chap-ccd.xml-patch"; CHARSET=UTF-8
Content-ID: <20040828015339.P35916@digitalfreaks.org>
Content-Description: 
Content-Disposition: ATTACHMENT; FILENAME="chap-ccd.xml-patch"

--- 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--