diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-04-08 21:31:20 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-04-11 05:49:35 +0000 |
commit | 65e039c2e2ec53b90aff1b949c3fc59fe1a8c02a (patch) | |
tree | 06ee6787a4d77e07e9a5de097087653fda0a7c0b /udev/udev.xml | |
parent | 2e7f69ebbffdddf2933a2f350a8e973bfa08a880 (diff) |
Docs: udev.xml: Use `unless' for clarity
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index 74917e1547..3b1b4f83de 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -196,8 +196,8 @@ <term><option>ATTR{<replaceable>filename</replaceable>}</option></term> <listitem> <para>Match sysfs attribute values of the event device. Trailing - whitespace in the attribute values is ignored, if the specified match - value does not contain trailing whitespace itself. + whitespace in the attribute values is ignored unless the specified match + value itself contains trailing whitespace. </para> </listitem> </varlistentry> @@ -228,8 +228,8 @@ <listitem> <para>Search the devpath upwards for a device with matching sysfs attribute values. If multiple <option>ATTRS</option> matches are specified, all of them - must match on the same device. Trailing whitespace in the attribute values is ignored, - if the specified match value does not contain trailing whitespace itself.</para> + must match on the same device. Trailing whitespace in the attribute values is ignored + unless the specified match value itself contains trailing whitespace.</para> </listitem> </varlistentry> |