man: update description for sd_device_enumerator_add_match_subsystem

Signed-off-by: Davis-Rippon <drip0002@student.monash.edu>
This commit is contained in:
Davis-Rippon
2026-07-01 14:55:39 +10:00
committed by Luca Boccassi
parent 2e89b19aa1
commit fcb7cf86fe

View File

@@ -122,7 +122,7 @@
<para>The <function>sd_device_enumerator_add_match_subsystem()</function> function adds a filter
to the <parameter>enumerator</parameter> so that all devices in the specified
<parameter>subsystem</parameter>, when <parameter>match</parameter> is <constant>true</constant>.
<parameter>subsystem</parameter> are enumerated when <parameter>match</parameter> is <constant>true</constant>.
When <parameter>match</parameter> is <constant>false</constant>, then all devices except those in
the specified <parameter>subsystem</parameter> are enumerated. When called multiple times,
positive filters are ORed, and negative ones are ANDed.</para>