aboutsummaryrefslogtreecommitdiffstats
path: root/chapter09/udev.xml
diff options
context:
space:
mode:
authorPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:01:10 +0200
committerPierre Labastie <pierre.labastie@neuf.fr>2021-09-07 22:01:10 +0200
commitc34b4fb1c6ba28636f5743572367aaa754479d44 (patch)
treef6eb35c7893cb15cc7b82ad31e90336a5af810de /chapter09/udev.xml
parentdf732b51c063da5200ac0ce648cf284f67596125 (diff)
Remove spaces at end o lines - chapterO9
Diffstat (limited to 'chapter09/udev.xml')
-rw-r--r--chapter09/udev.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter09/udev.xml b/chapter09/udev.xml
index 20b311284..a2ff35511 100644
--- a/chapter09/udev.xml
+++ b/chapter09/udev.xml
@@ -119,7 +119,7 @@
rule for the device it is creating, it will leave the permissions and
ownership at whatever <systemitem
class="filesystem">devtmpfs</systemitem> used initially.</para> </sect3>
-
+
<sect3 id="module-loading">
<title>Module Loading</title>
@@ -223,12 +223,12 @@
<para>Note that the <quote>softdep</quote> command also allows
<literal>pre:</literal> dependencies, or a mixture of both
- <literal>pre:</literal> and <literal>post:</literal> dependencies. See
+ <literal>pre:</literal> and <literal>post:</literal> dependencies. See
the <filename>modprobe.d(5)</filename> manual page for more information
on <quote>softdep</quote> syntax and capabilities.</para>
- <para revision="sysv">If the module in question is not a wrapper and is
- useful by itself, configure the <command>modules</command> bootscript to
+ <para revision="sysv">If the module in question is not a wrapper and is
+ useful by itself, configure the <command>modules</command> bootscript to
load this module on system boot. To do this, add the module name to the
<filename>/etc/sysconfig/modules</filename> file on a separate line.
This works for wrapper modules too, but is suboptimal in that case.</para>