diff options
author | David Bryant <david@davidcbryant.net> | 2022-12-22 12:23:21 -0600 |
---|---|---|
committer | David Bryant <david@davidcbryant.net> | 2022-12-22 12:23:21 -0600 |
commit | 6beb8ce0554474f6e2f275f470f38172cdaf0620 (patch) | |
tree | a030fd8f4c4f57a62ba1e814ffd65e23f5e80e33 | |
parent | 6ef50538b2bf9d57c9856ea002a1efa12204e7a4 (diff) |
Add a missing XML tag (<filename class="directory">).
-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 |