diff options
-rw-r--r-- | chapter01/changelog.xml | 1 | ||||
-rw-r--r-- | chapter07/udev.xml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a0026fe6e..3ef304220 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -89,6 +89,7 @@ first a summary, then a detailed log.</para> <listitem><para>Fixed: Arch: All - Fix E2fsprogs compile problem (Ken Moffat +& Greg Schafer).</para></listitem> <listitem><para>Fixed: Arch: All - No need to manually create /var/log/hotplug as hotplug's Makefile creates it (Ken Moffat).</para></listitem> <listitem><para>Fixed: Arch: All - Also minor rewording to improve consistency, in hotplug.</para></listitem> +<listitem><para>Typo: Arch: All - The udev initscript registers udevsend, not udev, as the hotplug handler (Bryan Kadzban).</para></listitem> </itemizedlist> </listitem> </itemizedlist> diff --git a/chapter07/udev.xml b/chapter07/udev.xml index f93e654ed..5a1633d44 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -118,7 +118,7 @@ handler.</quote> When a new device connection is detected by the kernel, the kernel will generate a hotplug event and look at the file <filename>/proc/sys/kernel/hotplug</filename> to find out the userspace program that handles the device's connection. The -<command>udev</command> initscript registered <command>udev</command> +<command>udev</command> initscript registered <command>udevsend</command> as this handler. When these hotplug events are generated, the kernel will tell <command>udev</command> to check the <filename class="directory">/sys</filename> filesystem for the information |