summaryrefslogtreecommitdiff
path: root/man/udev.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-28 17:54:05 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-03-01 13:40:52 +0100
commit5929b6b52281c9c89d62fba525cda54b8958625d (patch)
tree454289e55c27e3d30d4058d63a149837c505634d /man/udev.xml
parent9479d92ebc487af66d29b716a347bf2f2620e3dd (diff)
downloadsystemd-5929b6b52281c9c89d62fba525cda54b8958625d.tar.gz
man: mention that != matches nonexistent keys too
Fixes #15984.
Diffstat (limited to 'man/udev.xml')
-rw-r--r--man/udev.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/udev.xml b/man/udev.xml
index c1166b5500..8782bb15c5 100644
--- 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>