Browse Source

Typo fixes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7117 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 years ago
parent
commit
67d9211fd6
2 changed files with 5 additions and 5 deletions
  1. 3 3
      chapter06/udev.xml
  2. 2 2
      general.ent

+ 3 - 3
chapter06/udev.xml

@@ -64,7 +64,7 @@ complement of device nodes.</para>
 <segtitle>Installed programs</segtitle>
 <segtitle>Installed directory</segtitle>
 <seglistitem><seg>udev, udev_run_devd, udev_run_hotplugd, udevcontrol, udevd,
-udevinfo, udevmonitor, udevsend, udevstart and udevtest</seg>
+udevinfo, udevmonitor, udevsend, udevstart, and udevtest</seg>
 <seg>/etc/udev</seg></seglistitem>
 </segmentedlist>
 
@@ -84,7 +84,7 @@ in LFS) in response to hotplug events</para>
 <varlistentry id="udev_run_devd">
   <term><command>udev_run_devd</command></term>
   <listitem>
-    <para>executes programs and scripts in the
+    <para>Executes programs and scripts in the
       <filename class="directory">/etc/dev.d/</filename> directory in response
       to hotplug events
     </para>
@@ -97,7 +97,7 @@ in LFS) in response to hotplug events</para>
 <varlistentry id="udev_run_hotplugd">
   <term><command>udev_run_hotplugd</command></term>
   <listitem>
-    <para>executes programs and scripts in the
+    <para>Executes programs and scripts in the
       <filename class="directory">/etc/hotplug.d/</filename> directory in
       response to hotplug events
     </para>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051031">
-<!ENTITY releasedate "October 31, 2005">
+<!ENTITY version "SVN-20051101">
+<!ENTITY releasedate "November 1, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->