diff options
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 |