chiark / gitweb /
Docs: udev.xml: `key value' -> `key-value'
authorMichael Witten <mfwitten@gmail.com>
Fri, 8 Apr 2011 21:08:15 +0000 (21:08 +0000)
committerMichael Witten <mfwitten@gmail.com>
Mon, 11 Apr 2011 05:49:34 +0000 (05:49 +0000)
Signed-off-by: Michael Witten <mfwitten@gmail.com>
udev/udev.xml

index d777570eb8113ddacd4d1311aaf1f4cdc6dbd468..fcd2fe512fe7875352d8b573b4f05217da4a0934 100644 (file)
@@ -83,7 +83,7 @@
       <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>