X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd-daemon.xml;h=3f3a723f7b58930c3b3ddbce847421e506fac66a;hp=3f428f4022442211e946d2d6739e47a7017c9052;hb=8ab49c12dcab02d9d83e63a93676d4fc8f709516;hpb=71e6c1cf47c35cc5a58cefaabe4f6848d6f09501 diff --git a/man/sd-daemon.xml b/man/sd-daemon.xml index 3f428f402..3f3a723f7 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 + + @@ -125,8 +130,8 @@ In addition, for details about the algorithms check the liberally licensed reference implementation sources: - - resp. + + resp. These APIs are implemented in the reference implementation's sd-daemon.c and @@ -159,7 +164,8 @@ systemd.service5, systemd.socket5, fprintf3, - sd-readahead7 + sd-readahead7, + pkg-config1