From: Davis-Rippon Date: Wed, 1 Jul 2026 04:55:39 +0000 (+1000) Subject: man: update description for sd_device_enumerator_add_match_subsystem X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcb7cf86fe0b28fa8048105c7cfcb4774a00d1c3;p=thirdparty%2Fsystemd.git man: update description for sd_device_enumerator_add_match_subsystem Signed-off-by: Davis-Rippon --- diff --git a/man/sd_device_enumerator_add_match_parent.xml b/man/sd_device_enumerator_add_match_parent.xml index 4ba13824cb2..15ec6b5e9c0 100644 --- a/man/sd_device_enumerator_add_match_parent.xml +++ b/man/sd_device_enumerator_add_match_parent.xml @@ -122,7 +122,7 @@ The sd_device_enumerator_add_match_subsystem() function adds a filter to the enumerator so that all devices in the specified - subsystem, when match is true. + subsystem are enumerated when match is true. When match is false, then all devices except those in the specified subsystem are enumerated. When called multiple times, positive filters are ORed, and negative ones are ANDed.