X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_listen_fds.xml;h=09d0503e134d6c20084439d365ec5764f4fa68b8;hb=f5e04665ebf7124f3ea17dcf258793ed73a95fe1;hp=06403ecaa3a33b544a5273429b3493c6adf12978;hpb=af62c704053b5d34672497eb5bdc4764ebbb5f4f;p=elogind.git diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index 06403ecaa..09d0503e1 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -49,7 +49,7 @@ - #include "sd-daemon.h" + #include <systemd/sd-daemon.h> #define SD_LISTEN_FDS_START 3 @@ -109,8 +109,8 @@ On failure, this call returns a negative errno-style error code. If $LISTEN_FDS/$LISTEN_PID - was not set or not correctly set for this daemon and - hence no file descriptors received, 0 is + was not set or was not correctly set for this daemon and + hence no file descriptors were received, 0 is returned. Otherwise the number of file descriptors passed is returned. The application may find them starting with file descriptor SD_LISTEN_FDS_START, @@ -140,22 +140,28 @@ For details about the algorithm check the liberally licensed reference implementation sources: - + resp. + url="http://cgit.freedesktop.org/systemd/plain/src/systemd/sd-daemon.h"/> sd_listen_fds() is - implemented in the reference implementation's drop-in + implemented in the reference implementation's sd-daemon.c and - sd-daemon.h files. It is - recommended that applications consuming these APIs - copy the implementation into their source tree. For - more details about the reference implementation see - sd_daemon7 - - If -DDISABLE_SYSTEMD is set during compilation - this function will always return 0 and otherwise - become a NOP. + 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. For more details about the reference + implementation see + sd-daemon7. + + If the reference implementation is used as + drop-in files and -DDISABLE_SYSTEMD is set during + compilation this function will always return 0 and + otherwise become a NOP.