]> git.ipfire.org Git - thirdparty/systemd.git/commit
docs: add man pages for `sd_device_enumerator_add_match_*` (#37589)
authorShubhendra Kushwaha <shubhendrakushwaha94@gmail.com>
Thu, 29 May 2025 09:40:18 +0000 (15:10 +0530)
committerGitHub <noreply@github.com>
Thu, 29 May 2025 09:40:18 +0000 (18:40 +0900)
commitfbad1beae42b389b1eddc0a8d66511b690ce6cf2
treefba811b245c48aa0b9c15a8060d911e639d9477a
parent4313aeedf57e59d2a4fa4ae52e8df778253939e6
docs: add man pages for `sd_device_enumerator_add_match_*` (#37589)

Add man pages for:
- `sd_device_enumerator_add_all_parents`
- `sd_device_enumerator_add_match_parent`
- `sd_device_enumerator_add_match_property`
- `sd_device_enumerator_add_match_property_required`
- `sd_device_enumerator_add_match_subsystem`
- `sd_device_enumerator_add_match_sysattr`
- `sd_device_enumerator_add_match_sysname`
- `sd_device_enumerator_add_match_tag`
- `sd_device_enumerator_add_nomatch_sysname`
- `sd_device_enumerator_allow_uninitialized`.

Related to #20929
man/meson.build
man/rules/meson.build
man/sd_device_enumerator_add_match_parent-example.c [new file with mode: 0644]
man/sd_device_enumerator_add_match_parent.xml [new file with mode: 0644]