diff options
author | Kay Sievers <kay@vrfy.org> | 2012-06-10 18:32:11 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-06-10 18:32:11 +0200 |
commit | 0e25e94ea72ca3db70484014280ddb709840f952 (patch) | |
tree | 02ec32e68090469e3d6b074a94f7e5180f8e4eed /man/modules-load.d.xml | |
parent | eb125fb69376d86785066e1f42d0d231ad7dd9ff (diff) | |
download | systemd-0e25e94ea72ca3db70484014280ddb709840f952.tar.gz |
man: replace tabs with spaces
Diffstat (limited to 'man/modules-load.d.xml')
-rw-r--r-- | man/modules-load.d.xml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml index cdd43d1650..bcc4d12561 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/<program>.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/<program>.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><program>.conf</filename>. |