From fcb7cf86fe0b28fa8048105c7cfcb4774a00d1c3 Mon Sep 17 00:00:00 2001 From: Davis-Rippon Date: Wed, 1 Jul 2026 14:55:39 +1000 Subject: [PATCH] man: update description for sd_device_enumerator_add_match_subsystem Signed-off-by: Davis-Rippon --- man/sd_device_enumerator_add_match_parent.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.