chiark / gitweb /
Docs: udev.xml: `key value' -> `key-value'
[elogind.git] / udev / udev.xml
index c18d009b742aae99ce21b522a5e4866b31523345..fcd2fe512fe7875352d8b573b4f05217da4a0934 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
-      are ignored.</para>
+      <para>Rule files must have the extension <filename>.rules</filename>; other
+      extensions are ignored.</para>
 
-      <para>Every line in the rules file contains at least one key value pair.
+      <para>Every line in the rules file contains at least one key-value pair.
       There are two kind of keys, match and assignment keys.
       If all match keys are matching against its value, the rule gets applied and the
       assign keys get the specified value assigned.</para>
@@ -92,7 +92,7 @@
       pointing to the device node, or run a specified program as part of
       the event handling.</para>
 
-      <para>A rule consists of a list of one or more key value pairs separated by
+      <para>A rule consists of a list of one or more key-value pairs separated by
       a comma. Each key has a distinct operation, depending on the used operator. Valid
       operators are:</para>
       <variablelist>
               <varlistentry>
                 <term><option>watch</option></term>
                 <listitem>
-                  <para>Watch the device node with inotify, when closed after being opened for
+                  <para>Watch the device node with inotify; when closed after being opened for
                   writing, a change uevent is synthesised.</para>
                 </listitem>
               </varlistentry>