projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9479d92
)
man: mention that != matches nonexistent keys too
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Sun, 28 Feb 2021 16:54:05 +0000
(17:54 +0100)
committer
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Mon, 1 Mar 2021 12:40:52 +0000
(13:40 +0100)
Fixes #15984.
man/udev.xml
patch
|
blob
|
history
diff --git
a/man/udev.xml
b/man/udev.xml
index c1166b55008ad487f393d6095abfe98ce1dbf24c..8782bb15c540c7b1e892f8f729ae02584278b1a8 100644
(file)
--- a/
man/udev.xml
+++ b/
man/udev.xml
@@
-79,14
+79,16
@@
<varlistentry>
<term><literal>==</literal></term>
<listitem>
- <para>Compare for equality.</para>
+ <para>Compare for equality.
(The specified key has the specified value.)
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>!=</literal></term>
<listitem>
- <para>Compare for inequality.</para>
+ <para>Compare for inequality. (The specified key doesn't have the specified value, or the
+ specified key is not present at all.)
+ </para>
</listitem>
</varlistentry>