From aa9744df552e64e989f50838958faa3497a23a9d Mon Sep 17 00:00:00 2001 From: Julian Mehne Date: Mon, 24 Apr 2017 16:56:40 +0200 Subject: [PATCH] man: clarify udevadm monitor --tag-match/--filter-match (#5726) --tag-match only filters tags, not properties --tag-match only has an effect on udev events --subsystem-match filters both event types --- man/udevadm.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/udevadm.xml b/man/udevadm.xml index 1c7921f..8d4fe31 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -488,14 +488,14 @@ - Filter events by subsystem[/devtype]. Only udev events with a matching subsystem value will pass. + Filter kernel uevents and udev events by subsystem[/devtype]. Only events with a matching subsystem value will pass. - Filter events by property. Only udev events with a given tag attached will pass. + Filter udev events by tag. Only udev events with a given tag attached will pass. -- 2.7.4