From: Michael Witten Date: Fri, 8 Apr 2011 17:25:05 +0000 (+0000) Subject: Docs: udev.xml: Clarification through proper wording X-Git-Tag: 174~138^2~31 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=d4a7bf2583f004e23452ca84ce2e11b7be819529 Docs: udev.xml: Clarification through proper wording Signed-off-by: Michael Witten --- diff --git a/udev/udev.xml b/udev/udev.xml index c18d009b7..3bf7ee8ec 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -74,10 +74,10 @@ default rules directory /lib/udev/rules.d/, the custom rules directory /etc/udev/rules.d/ and the temporary rules directory /run/udev/rules.d/. - All rule files are sorted and processed in lexical order, regardless - in which of these directories they live. Files in - /etc/udev/rules.d/ have precedence over files with - the same name in /lib/udev/rules.d/. 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 + /etc/udev/rules.d/ take precedence over files with + the same name in /lib/udev/rules.d/; this can be used to ignore a default rules file if needed. Rule files must end in .rules, other extensions