diff options
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/udev.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter09/udev.xml b/chapter09/udev.xml index 4bcb52dfe..20212035c 100644 --- a/chapter09/udev.xml +++ b/chapter09/udev.xml @@ -85,7 +85,8 @@ <systemitem class="filesystem">sysfs</systemitem> (devtmpfs internally) as they are detected by the kernel. For drivers compiled as modules, registration happens when the module is loaded. Once the <systemitem - class="filesystem">sysfs</systemitem> filesystem is mounted (on /sys), + class="filesystem">sysfs</systemitem> filesystem is mounted (on + <filename class="directory">/sys</filename>), data which the drivers have registered with <systemitem class="filesystem">sysfs</systemitem> are available to userspace processes and to udevd for processing (including modifications to device |