X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd-login.xml;h=a0df90377cae52b8172642fcc9c4cf80b5696ab9;hb=a03c5fd2d86c4e3f758a5ca0d98638e5c8bd8d8d;hp=697259564d7d8b1262d65fbdc97448ebb74460ac;hpb=56ba3c78ae35065064c4289a0c8e22a81256af20;p=elogind.git diff --git a/man/sd-login.xml b/man/sd-login.xml index 697259564..a0df90377 100644 --- a/man/sd-login.xml +++ b/man/sd-login.xml @@ -54,7 +54,7 @@ - pkg-config --cflags --libs libsystemd-login + pkg-config --cflags --libs libsystemd @@ -95,15 +95,15 @@ each other. If the functions return string arrays, these are - generally NULL terminated and need to be freed by the + generally NULL terminated and need to be freed by the caller with the libc free3 call after use, including the strings referenced - therein. Similar, individual strings returned need to + therein. Similarly, individual strings returned need to be freed, as well. As a special exception, instead of an empty - string array NULL may be returned, which should be + string array NULL may be returned, which should be treated equivalent to an empty string array. See @@ -120,10 +120,9 @@ Notes - These APIs are implemented as shared library, + These APIs are implemented as a shared library, which can be compiled and linked to with the - libsystemd-login - pkg-config1 + libsystemd pkg-config1 file.