diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-05-14 19:32:40 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-05-14 19:32:40 +0000 |
commit | e75916fcec1c2c833ffcdf3a7b52e70304305095 (patch) | |
tree | aec2adde8fe807729724f46ff4c7dd22670dfcd0 /chapter07/udev.xml | |
parent | 296762cd02ce492bdbd6c889b94bbe6974c34f41 (diff) |
Fix spelling mistakes (Bernard Leak)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5359 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 a89486d22..aef508e2d 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -124,7 +124,7 @@ class="directory">/dev</filename> entry for it.</para> <command>udev</command>, and likewise with <systemitem class="filesystem">devfs</systemitem> before it. It is commonly referred to as the <quote>chicken and egg</quote> problem. Most Linux -distrubtions handle loading modules via entries in +distributions handle loading modules via entries in <filename>/etc/modules.conf</filename>. Access to a device node causes the appropriate kernel module to load. With <command>udev</command>, this method will not work because the device node does not exist until |