diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-05-15 15:17:13 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-05-15 22:53:22 +0200 |
commit | 4bc96dc16258d38d752a32612f196de6516fb27f (patch) | |
tree | c404b982fbb53b0a94b526ff3b70df8cb40498af /man/sd-device.xml | |
parent | meson: add sd_pid_notify_barrier link (diff) | |
download | systemd-4bc96dc16258d38d752a32612f196de6516fb27f.tar.xz systemd-4bc96dc16258d38d752a32612f196de6516fb27f.zip |
man: add libsystemd(3)
Before libsystemd-daemon, libsystemd-journal, libsystemd-id128, etc., were
merged into libsystemd, it was enough to have individual man pages for them.
But they have been delivered as one thing for many years, so it's better to
have a landing page for libsystemd. It mostly directs to individual pages
anyway.
Diffstat (limited to 'man/sd-device.xml')
-rw-r--r-- | man/sd-device.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/man/sd-device.xml b/man/sd-device.xml index 7af839b4bd..4950781f84 100644 --- a/man/sd-device.xml +++ b/man/sd-device.xml @@ -34,8 +34,10 @@ <refsect1> <title>Description</title> - <para><filename>sd-device.h</filename> provides an API to introspect and enumerate devices on the local - system. It provides a programmatic interface to the database of devices and their properties mananaged by + <para><filename>sd-device.h</filename> is part of + <citerefentry><refentrytitle>libsystemd</refentrytitle><manvolnum>3</manvolnum></citerefentry> and + provides an API to introspect and enumerate devices on the local system. It provides a programmatic + interface to the database of devices and their properties mananaged by <citerefentry><refentrytitle>systemd-udevd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>. This API is a replacement for <citerefentry><refentrytitle>libudev</refentrytitle><manvolnum>3</manvolnum></citerefentry> and |