]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: update description for sd_device_enumerator_add_match_subsystem
authorDavis-Rippon <drip0002@student.monash.edu>
Wed, 1 Jul 2026 04:55:39 +0000 (14:55 +1000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 1 Jul 2026 08:40:31 +0000 (09:40 +0100)
Signed-off-by: Davis-Rippon <drip0002@student.monash.edu>
man/sd_device_enumerator_add_match_parent.xml

index 4ba13824cb2ef13958f00f82c65120b175d36314..15ec6b5e9c02014fada734268d76d801a5aa1387 100644 (file)
 
     <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>