X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd-daemon.xml;h=383d77f5951eab4ab7231d5331f66a6aed81e8a1;hp=e3ac68eed313f62fc03815c55db2d3aeb0da60a1;hb=559de1289000f874e23ad01edfa1b37c102a793a;hpb=f3e219a238c716ffa06fab7b0618197c090dfd5a diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index e3ac68eed..383d77f59 100644 --- a/man/sd-daemon.xml +++ b/man/sd-daemon.xml @@ -50,8 +50,13 @@ - #include "sd-daemon.h" + #include <systemd/sd-daemon.h> + + + pkg-config --cflags --libs libsystemd-daemon + + @@ -129,17 +134,20 @@ resp. These APIs are implemented in the reference - implementation's drop-in - sd-daemon.c and - sd-daemon.h files. It is - recommended that applications consuming these APIs copy - the implementation into their source tree, either - verbatim or in excerpts. These interfaces are - currently not available in a dynamic library. + implementation's sd-daemon.c and + sd-daemon.h files. These + interfaces are available as shared library, which can + be compiled and linked to with the + libsystemd-daemon + pkg-config1 + file. Alternatively, applications consuming these APIs + may copy the implementation into their source tree, + either verbatim or in excerpts. The functions directly related to new-style daemons become NOPs when -DDISABLE_SYSTEMD is set - during compilation. In addition, if + during compilation and the reference implementation is + used as drop-in files. In addition, if sd-daemon.c is compiled on non-Linux systems they become NOPs. @@ -155,7 +163,9 @@ daemon7, systemd.service5, systemd.socket5, - fprintf3 + fprintf3, + sd-readahead7, + pkg-config1