Prechádzať zdrojové kódy

renamed usbdevfs to usbfs

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 rokov pred
rodič
commit
70ad6d74b2
3 zmenil súbory, kde vykonal 8 pridanie a 3 odobranie
  1. 5 0
      chapter01/changelog.xml
  2. 1 1
      chapter08/fstab.xml
  3. 2 2
      index.xml

+ 5 - 0
chapter01/changelog.xml

@@ -41,6 +41,11 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>December 5th, 2002 [gerard]: Chapter 08 - Renamed
+<emphasis>usbdevfs</emphasis> into <emphasis>usbfs</emphasis> as the kernel
+guys made this change to reduce confusion with
+<emphasis>devfs</emphasis>.</para></listitem>
+
 <listitem><para>December 3rd, 2002 [gerard]: Chapter 05 - Sed: Added
 --disable-nls</para></listitem>
 

+ 1 - 1
chapter08/fstab.xml

@@ -38,7 +38,7 @@ devpts:</para>
 
 <para>Another example is a line to use if you intend to use USB
 devices:</para>
-<para><screen>usbdevfs       /proc/bus/usb usbdevfs defaults    0       0</screen></para>
+<para><screen>usbfs       /proc/bus/usb usbfs defaults    0       0</screen></para>
 
 <para>Both of these options will only work if you have the relevant
 support compiled into your kernel.</para>

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20021204">
-<!ENTITY releasedate "December 4th, 2002">
+<!ENTITY version "20021205">
+<!ENTITY releasedate "December 5th, 2002">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">