renamed usbdevfs to usbfs

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Gerard Beekmans 2002-12-05 17:25:09 +00:00
parent 74d8c96456
commit 70ad6d74b2
3 changed files with 8 additions and 3 deletions

View File

@ -41,6 +41,11 @@
</itemizedlist> </itemizedlist>
</para></listitem> </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 <listitem><para>December 3rd, 2002 [gerard]: Chapter 05 - Sed: Added
--disable-nls</para></listitem> --disable-nls</para></listitem>

View File

@ -38,7 +38,7 @@ devpts:</para>
<para>Another example is a line to use if you intend to use USB <para>Another example is a line to use if you intend to use USB
devices:</para> 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 <para>Both of these options will only work if you have the relevant
support compiled into your kernel.</para> support compiled into your kernel.</para>

View File

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