chiark / gitweb /
udev: convert 'uaccess' to a builtin
[elogind.git] / man / binfmt.d.xml
index 5a8803f661997e0d4ae0c2e344576d797697e125..f5ec805e29c41986c40456bf3e2dde2383f547da 100644 (file)
@@ -46,9 +46,9 @@
         </refnamediv>
 
         <refsynopsisdiv>
-                <para><filename>/usr/lib/binfmt.d/*.conf</filename></para>
                 <para><filename>/etc/binfmt.d/*.conf</filename></para>
                 <para><filename>/run/binfmt.d/*.conf</filename></para>
+                <para><filename>/usr/lib/binfmt.d/*.conf</filename></para>
         </refsynopsisdiv>
 
         <refsect1>
@@ -57,9 +57,7 @@
                <para><command>systemd</command> uses
                files from the above directories to configure
                additional binary formats to register during boot in
-               the kernel.  Each configuration file is named in the
-               style of
-               <filename>&lt;program&gt;.conf</filename>.</para>
+               the kernel.</para>
         </refsect1>
 
         <refsect1>
@@ -75,7 +73,9 @@
                 ignored. Note that this means you may not use ; and #
                 as delimiter in binary format rules.</para>
 
-                <para>Files in <filename>/etc/</filename> overwrite
+                <para>Each configuration file is named in the style of
+                <filename>&lt;program&gt;.conf</filename>.
+                Files in <filename>/etc/</filename> overwrite
                 files with the same name in <filename>/usr/lib/</filename>.
                 Files in <filename>/run</filename> overwrite files with
                 the same name in <filename>/etc/</filename> and