summaryrefslogtreecommitdiff
path: root/man/modules-load.d.xml
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-06-10 18:32:11 +0200
committerKay Sievers <kay@vrfy.org>2012-06-10 18:32:11 +0200
commit0e25e94ea72ca3db70484014280ddb709840f952 (patch)
tree02ec32e68090469e3d6b074a94f7e5180f8e4eed /man/modules-load.d.xml
parenteb125fb69376d86785066e1f42d0d231ad7dd9ff (diff)
man: replace tabs with spaces
Diffstat (limited to 'man/modules-load.d.xml')
-rw-r--r--man/modules-load.d.xml32
1 files changed, 16 insertions, 16 deletions
diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml
index cdd43d165..bcc4d1256 100644
--- a/man/modules-load.d.xml
+++ b/man/modules-load.d.xml
@@ -54,26 +54,26 @@
<refsect1>
<title>Description</title>
- <para><citerefentry><refentrytitle>systemd-modules-load.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
- reads files from the above directories which contain
- kernel modules to load during boot in a static list.
- Each configuration file is named in the style of
- <filename>/etc/modules-load.d/&lt;program&gt;.conf</filename>. Note
- that it is usually a better idea to rely on the
- automatic module loading by PCI IDs, USB IDs, DMI IDs
- or similar triggers encoded in the kernel modules
- themselves instead of static configuration like
- this. In fact, most modern kernel modules are prepared
- for automatic loading already.</para>
+ <para><citerefentry><refentrytitle>systemd-modules-load.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
+ reads files from the above directories which contain
+ kernel modules to load during boot in a static list.
+ Each configuration file is named in the style of
+ <filename>/etc/modules-load.d/&lt;program&gt;.conf</filename>. Note
+ that it is usually a better idea to rely on the
+ automatic module loading by PCI IDs, USB IDs, DMI IDs
+ or similar triggers encoded in the kernel modules
+ themselves instead of static configuration like
+ this. In fact, most modern kernel modules are prepared
+ for automatic loading already.</para>
</refsect1>
<refsect1>
- <title>Configuration Format</title>
+ <title>Configuration Format</title>
- <para>The configuration files should simply contain a
- list of kernel module names to load, separated by
- newlines. Empty lines and lines whose first
- non-whitespace character is # or ; are ignored.</para>
+ <para>The configuration files should simply contain a
+ list of kernel module names to load, separated by
+ newlines. Empty lines and lines whose first
+ non-whitespace character is # or ; are ignored.</para>
<para>Each configuration file shall be named in the
style of <filename>&lt;program&gt;.conf</filename>.