Author: dnicholson
Date: 2006-07-06 07:52:47 -0600 (Thu, 06 Jul 2006)
New Revision: 6248

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genlib/libusb.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Fixed typo in libusb udev rule creation


Modified: trunk/BOOK/general/genlib/libusb.xml
===================================================================
--- trunk/BOOK/general/genlib/libusb.xml        2006-07-04 16:57:19 UTC (rev 
6247)
+++ trunk/BOOK/general/genlib/libusb.xml        2006-07-06 13:52:47 UTC (rev 
6248)
@@ -152,7 +152,7 @@
     <application>udev</application> rule and add any users
     that need to access raw USB devices to the "usb" group.</para>
 
-<screen><literal>cat &gt; /etc/udev/rules.d/23-usb-rules &lt;&lt; "EOF"
+<screen><literal>cat &gt; /etc/udev/rules.d/23-usb.rules &lt;&lt; "EOF"
 # Set group ownership for raw USB devices
 SUBSYSTEM=="usb_device", GROUP="usb"
 EOF</literal></screen>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-07-04 16:57:19 UTC (rev 6247)
+++ trunk/BOOK/general.ent      2006-07-06 13:52:47 UTC (rev 6248)
@@ -1,4 +1,4 @@
-<!ENTITY day          "04">                   <!-- Always 2 digits -->
+<!ENTITY day          "06">                   <!-- Always 2 digits -->
 <!ENTITY month        "07">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-07-04 16:57:19 UTC 
(rev 6247)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-07-06 13:52:47 UTC 
(rev 6248)
@@ -42,6 +42,15 @@
 -->
 
     <listitem>
+      <para>July 6th, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Fixed typo in libusb udev rule creation.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>July 4th, 2006</para>
       <itemizedlist>
         <listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to