X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_listen_fds.xml;h=6a9e082180670dd1a8f8209083b331606f6f9178;hb=35bbea48dcb74ed2ecc1cab1ca7306acf6d6bb65;hp=240300dcb0adfe90d5c3b35ad9d3b56a3862879a;hpb=79640424059328268b9fb6c5fa8eb777b27a177e;p=elogind.git diff --git a/man/sd_listen_fds.xml b/man/sd_listen_fds.xml index 240300dcb..6a9e08218 100644 --- a/man/sd_listen_fds.xml +++ b/man/sd_listen_fds.xml @@ -73,7 +73,7 @@ parameter is non-zero, sd_listen_fds() will unset the $LISTEN_FDS/$LISTEN_PID - environment variables before returning (regardless + environment variables before returning (regardless of whether the function call itself succeeded or not). Further calls to sd_listen_fds() will then fail, @@ -149,13 +149,13 @@ implemented in the reference implementation's sd-daemon.c and sd-daemon.h files. These - interfaces are available as shared library, which can + interfaces are available as a 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 + implementation, see sd-daemon3. If the reference implementation is used as