From: Julian Mehne Date: Mon, 24 Apr 2017 14:56:40 +0000 (+0200) Subject: man: clarify udevadm monitor --tag-match/--filter-match (#5726) X-Git-Tag: v234~301 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aa9744df552e64e989f50838958faa3497a23a9d;p=thirdparty%2Fsystemd.git 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 --- diff --git a/man/udevadm.xml b/man/udevadm.xml index 1c7921f5bdd..8d4fe31ec1c 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.