summaryrefslogtreecommitdiff
path: root/udev/udev.xml
diff options
context:
space:
mode:
authorMichael Witten <mfwitten@gmail.com>2011-04-08 21:08:15 +0000
committerMichael Witten <mfwitten@gmail.com>2011-04-11 05:49:34 +0000
commitfeedf8f3ee3773b93a293c821c2b36ea7808b059 (patch)
treee4c6633b38e518182b76afdd42186ec9f47f1c53 /udev/udev.xml
parentc3cba32f18fc73e94975692fa1e68f1db2acf4fc (diff)
Docs: udev.xml: `key value' -> `key-value'
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'udev/udev.xml')
-rw-r--r--udev/udev.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udev.xml b/udev/udev.xml
index d777570eb8..fcd2fe512f 100644
--- a/udev/udev.xml
+++ b/udev/udev.xml
@@ -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>