diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-11 20:09:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-02-11 20:09:22 +0000 |
commit | 2ca8941c1fd5739874e4c29bd5ad176b21587a3d (patch) | |
tree | 1b004a17a2583b2df6608c2e47870b73f102b5ee /chapter07/udev.xml | |
parent | c0220ed5ba7ba1e225c98fa61ada101103548bf3 (diff) |
Remove trailing whitespace from all files.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r-- | chapter07/udev.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml index b8a8bc8cb..3a287e8f1 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -88,7 +88,7 @@ data which the drivers register with <systemitem class="filesystem">sysfs</systemitem> are available to userspace processes and to udevd for processing (including modifications to device - nodes).</para> + nodes).</para> </sect3> @@ -133,7 +133,7 @@ Creating static device nodes in <filename class="directory">/lib/udev/devices</filename> also provides an easy workaround for devices that are not supported by the dynamic device - handling infrastructure.</para> + handling infrastructure.</para> <para>The <filename>/etc/rc.d/init.d/udev</filename> initscript starts <command>udevd</command>, triggers any "coldplug" devices that have @@ -142,7 +142,7 @@ <filename>/sbin/hotplug </filename>. This is done because the kernel no longer needs to call out to an external binary. Instead <command>udevd</command> will listen on a netlink socket for uevents that - the kernel raises.</para> + the kernel raises.</para> <para>The <command>/etc/rc.d/init.d/udev_retry</command> initscript takes care of re-triggering events for subsystems whose rules may rely on |