From 2b43ab00b08a052fc0077dd20f111c474730ad52 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 25 Apr 2023 19:09:55 +0900 Subject: udev-rules: fix negative match rule for SYMLINK and TAG Fixes #27396. --- man/udev.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'man') diff --git a/man/udev.xml b/man/udev.xml index 142f295f3e..332c7ac096 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -186,10 +186,10 @@ SYMLINK - Match the name of a symlink targeting the node. It can - be used once a SYMLINK key has been set in one of the preceding - rules. There may be multiple symlinks; only one needs to match. - + Match the name of a symlink targeting the node. It can be used once a SYMLINK key has + been set in one of the preceding rules. There may be multiple symlinks; only one needs to + match. If the operator is !=, the token returns true only if there is no + symlink matched. @@ -287,14 +287,17 @@ TAG - Match against a device tag. + Match against one of device tags. It can be used once a TAG key has been set in one of + the preceding rules. There may be multiple tags; only one needs to match. If the operator is + !=, the token returns true only if there is no tag matched. TAGS - Search the devpath upwards for a device with matching tag. + Search the devpath upwards for a device with matching tag. If the operator is + !=, the token returns true only if there is no tag matched. -- cgit v1.2.1