diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-14 04:46:37 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-14 05:09:00 +0100 |
commit | e670b166a08b7c1031a9e7d7675fa9a29c3e19c9 (patch) | |
tree | b81080d60cefbe2b7734004a9b14b30c89af67f1 /man/modules-load.d.xml | |
parent | man: add filenames to the index (diff) | |
download | systemd-e670b166a08b7c1031a9e7d7675fa9a29c3e19c9.tar.xz systemd-e670b166a08b7c1031a9e7d7675fa9a29c3e19c9.zip |
man: use <replaceable> in various places
Diffstat (limited to 'man/modules-load.d.xml')
-rw-r--r-- | man/modules-load.d.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/modules-load.d.xml b/man/modules-load.d.xml index ea4f524048..ce94bef7a7 100644 --- a/man/modules-load.d.xml +++ b/man/modules-load.d.xml @@ -58,7 +58,7 @@ 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 + <filename>/etc/modules-load.d/<replaceable>program</replaceable>.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 @@ -76,7 +76,7 @@ non-whitespace character is # or ; are ignored.</para> <para>Each configuration file shall be named in the - style of <filename><program>.conf</filename>. + style of <filename><replaceable>program</replaceable>.conf</filename>. Files in <filename>/etc/</filename> override files with the same name in <filename>/usr/lib/</filename> and <filename>/run/</filename>. Files in |