chiark / gitweb /
Docs: udev.xml: Clarification through proper wording
authorMichael Witten <mfwitten@gmail.com>
Fri, 8 Apr 2011 17:25:05 +0000 (17:25 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 11 Apr 2011 05:49:33 +0000 (05:49 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
udev/udev.xml

index c18d009b742aae99ce21b522a5e4866b31523345..3bf7ee8ec556a759be2a4b10c09a6e5138079528 100644 (file)
       default rules directory <filename>/lib/udev/rules.d/</filename>,
       the custom rules directory <filename>/etc/udev/rules.d/</filename>
       and the temporary rules directory <filename>/run/udev/rules.d/</filename>.
-      All rule files are sorted and processed in lexical order, regardless
-      in which of these directories they live. Files in
-      <filename>/etc/udev/rules.d/</filename> have precedence over files with
-      the same name in <filename>/lib/udev/rules.d/</filename>. This can be
+      All rule files are collectively sorted and processed in lexical order,
+      regardless of the directories in which they live. However, files in
+      <filename>/etc/udev/rules.d/</filename> take precedence over files with
+      the same name in <filename>/lib/udev/rules.d/</filename>; this can be
       used to ignore a default rules file if needed.</para>
 
       <para>Rule files must end in <filename>.rules</filename>, other extensions