Author: matthew Date: 2005-05-14 13:32:40 -0600 (Sat, 14 May 2005) New Revision: 5359
Modified: trunk/BOOK/chapter07/console.xml trunk/BOOK/chapter07/udev.xml trunk/BOOK/general.ent Log: Fix spelling mistakes (Bernard Leak) Modified: trunk/BOOK/chapter07/console.xml =================================================================== --- trunk/BOOK/chapter07/console.xml 2005-05-13 22:39:20 UTC (rev 5358) +++ trunk/BOOK/chapter07/console.xml 2005-05-14 19:32:40 UTC (rev 5359) @@ -60,7 +60,7 @@ confuses some applications. For example, <application>Emacs</application> displays its help (instead of erasing the character before the cursor) when Backspace is pressed. To check -if the keymap in use is effected (this works only for i386 +if the keymap in use is affected (this works only for i386 keymaps):</para> <screen><userinput>zgrep '\W14\W' <replaceable>[/path/to/your/keymap]</replaceable></userinput></screen> Modified: trunk/BOOK/chapter07/udev.xml =================================================================== --- trunk/BOOK/chapter07/udev.xml 2005-05-13 22:39:20 UTC (rev 5358) +++ trunk/BOOK/chapter07/udev.xml 2005-05-14 19:32:40 UTC (rev 5359) @@ -124,7 +124,7 @@ <command>udev</command>, and likewise with <systemitem class="filesystem">devfs</systemitem> before it. It is commonly referred to as the <quote>chicken and egg</quote> problem. Most Linux -distrubtions handle loading modules via entries in +distributions handle loading modules via entries in <filename>/etc/modules.conf</filename>. Access to a device node causes the appropriate kernel module to load. With <command>udev</command>, this method will not work because the device node does not exist until Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2005-05-13 22:39:20 UTC (rev 5358) +++ trunk/BOOK/general.ent 2005-05-14 19:32:40 UTC (rev 5359) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050512"> -<!ENTITY releasedate "May 12, 2005"> +<!ENTITY version "SVN-20050514"> +<!ENTITY releasedate "May 14, 2005"> <!ENTITY milestone "6.2"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
