mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 09:32:04 +00:00
man: update description for sd_device_enumerator_add_match_subsystem
Signed-off-by: Davis-Rippon <drip0002@student.monash.edu>
This commit is contained in:
committed by
Luca Boccassi
parent
2e89b19aa1
commit
fcb7cf86fe
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user