diff options
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r-- | chapter07/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml index 6e05141b7..dfd7b0b01 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -113,7 +113,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 |