chiark / gitweb /
man: wording and grammar updates
[elogind.git] / man / modules-load.d.xml
index bcc4d12561dd5a277f8c360020406d2647d79b86..0d104c563d21e6f4e6da595db97b096c2159f1e9 100644 (file)
@@ -19,7 +19,7 @@
   You should have received a copy of the GNU Lesser General Public License
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 -->
-<refentry id="modules-load.d">
+<refentry id="modules-load.d" conditional='HAVE_KMOD'>
 
         <refentryinfo>
                 <title>modules-load.d</title>
@@ -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/&lt;program&gt;.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>&lt;program&gt;.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
@@ -94,7 +94,7 @@
                 recommended way is to place a symlink to
                 <filename>/dev/null</filename> in
                 <filename>/etc/modules-load.d/</filename> bearing the
-                same file name.</para>
+                same filename.</para>
         </refsect1>
 
         <refsect1>