diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-04-08 21:23:46 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-04-11 05:49:34 +0000 |
commit | 55f5037ce819432e39f82f7634b35262104672f9 (patch) | |
tree | dda3168f53f1b39a70e3023aa13e26886e0e97f2 /udev/udev.xml | |
parent | b834042f05a821f29e3d7cdb4d9262a9b7cdfc4d (diff) |
Docs: udev.xml: `comma-separated' is a better description
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index 475ded701d..8224311221 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -92,8 +92,8 @@ 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 - a comma. Each key has a distinct operation, depending on the used operator. Valid + <para>A rule consists of a comma-separated list of one or more key-value pairs. + Each key has a distinct operation, depending on the used operator. Valid operators are:</para> <variablelist> <varlistentry> |