Author: matthew Date: 2005-04-16 09:42:35 -0600 (Sat, 16 Apr 2005) New Revision: 4977
Modified: branches/6.1/BOOK/chapter01/changelog.xml branches/6.1/BOOK/chapter07/udev.xml Log: * Minor wording/typo fixes (merge of r4975 and r4976 from trunk) Modified: branches/6.1/BOOK/chapter01/changelog.xml =================================================================== --- branches/6.1/BOOK/chapter01/changelog.xml 2005-04-16 15:41:13 UTC (rev 4976) +++ branches/6.1/BOOK/chapter01/changelog.xml 2005-04-16 15:42:35 UTC (rev 4977) @@ -82,6 +82,9 @@ </itemizedlist> </listitem> +<listitem><para>April 16, 2005 [matt]: Minor wording/typo fixes (Allard Welter) +</para></listitem> + <listitem><para>April 16, 2005 [matt]: Minor wording/typo fixes (Peter Ennis) </para></listitem> Modified: branches/6.1/BOOK/chapter07/udev.xml =================================================================== --- branches/6.1/BOOK/chapter07/udev.xml 2005-04-16 15:41:13 UTC (rev 4976) +++ branches/6.1/BOOK/chapter07/udev.xml 2005-04-16 15:42:35 UTC (rev 4977) @@ -30,7 +30,7 @@ <systemitem class="filesystem">ramfs</systemitem> (a file system that resides entirely in memory and does not take up any disk space). Device nodes do not require much disk space, so the memory that is -used in negligable.</para> +used is negligible.</para> <sect2> <title>History</title> @@ -147,7 +147,7 @@ <sect2> <title>Handling Hotpluggable/Dynamic Devices</title> -<para>When you plug in a device, such a Universal Serial Bus (USB) MP3 player, the kernel +<para>When you plug in a device, such as a Universal Serial Bus (USB) MP3 player, the kernel recognizes that the device is now connected and generates a hotplug event. If the driver is already loaded (either because it was compiled into the kernel or because it was loaded via the -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
