X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_notify.xml;h=d21820f67b815d17f11009a744a1294a88d0cdb0;hp=683967cd482c9c2f8c06de46e492c9ece0f2ea9c;hb=21ac6ff143cc8bebfbd1818af28e8c6f82cd5265;hpb=09812eb764b440651f3ff4cb5d37bd343f800560 diff --git a/man/sd_notify.xml b/man/sd_notify.xml index 683967cd4..d21820f67 100644 --- a/man/sd_notify.xml +++ b/man/sd_notify.xml @@ -79,7 +79,7 @@ If the unset_environment parameter is non-zero, sd_notify() will unset the $NOTIFY_SOCKET - environment variable before returning (regardless + environment variable before returning (regardless of whether the function call itself succeeded or not). Further calls to sd_notify() will then fail, but @@ -240,12 +240,12 @@ 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 + more details about the reference implementation, see sd-daemon3. If the reference implementation is used as