diff options
-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 1f1c2bcf9..6e05141b7 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -84,7 +84,7 @@ processes and to <command>udev</command> for device node creation.</para> <para>The <command>S10udev</command> initscript takes care of creating these device nodes when Linux is booted. This script starts with -registering <command>/sbin/udev</command> as a hotplug event handler. +registering <command>/sbin/udevsend</command> as a hotplug event handler. Hotplug events (discussed below) should not be generated during this stage, but <command>udev</command> is registered just in case they do occur. The <command>udevstart</command> program then walks through |