diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter08/fstab.xml | 2 | ||||
-rw-r--r-- | index.xml | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c875f6d30..9abca1e4c 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 46ed51f3f..c9ccdc951 100644 --- a/chapter08/fstab.xml +++ b/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> @@ -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"> |