diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-25 21:21:43 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-01-25 21:21:43 +0100 |
commit | 722af2d0d346803dc15bff825703f705bafa830c (patch) | |
tree | 2b56f93ced107720e7e26a39006392e213f2e772 /udev/udev.xml | |
parent | 04f2a4fb6eded359cc8be1ba4ce33d7f7db6919f (diff) |
man: fix grammar
Reported-by: Robert Peterson <rpeterso@redhat.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 4c35e19791..6a92154cc1 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -90,7 +90,7 @@ pointing to the node, or run a specified program as part of the event handling. If no matching rule is found, the default device node name is used.</para> - <para>A rule may consist 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> @@ -104,7 +104,7 @@ <varlistentry> <term><option>!=</option></term> <listitem> - <para>Compare for non-equality.</para> + <para>Compare for inequality.</para> </listitem> </varlistentry> |