aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/udev.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-06-16 19:53:42 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-06-16 19:53:42 +0000
commitfe3130ace4e4d0798897eb1d7526a76b3372cee6 (patch)
treea2c25490f26f7bf20b73ebff5b4a033f7787e50b /chapter07/udev.xml
parente34d9cb84cd70df75b4026b188ece1ecc06304bb (diff)
Chapter 7 typo and markup fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6023 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r--chapter07/udev.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml
index aef508e2d..ff50e7161 100644
--- a/chapter07/udev.xml
+++ b/chapter07/udev.xml
@@ -77,7 +77,7 @@ with <systemitem class="filesystem">sysfs</systemitem> as they are
detected by the kernel. For drivers compiled as modules, this will
happen when the module is loaded. Once the <systemitem
class="filesystem">sysfs</systemitem> filesystem is mounted (on
-<filename class="directory">/sys</filename>), the data which the
+<filename class="directory">/sys</filename>), data which the
built-in drivers registered with <systemitem
class="filesystem">sysfs</systemitem> are available to userspace
processes and to <command>udev</command> for device node creation.</para>
@@ -130,7 +130,7 @@ the appropriate kernel module to load. With <command>udev</command>,
this method will not work because the device node does not exist until
the module is loaded. To solve this, the
<command>S05modules</command> bootscript was added to the
-lfs-bootscripts package, along with the
+LFS-Bootscripts package, along with the
<filename>/etc/sysconfig/modules</filename> file. By
adding module
names to the <filename>modules</filename> file, these modules will be