X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd-login.xml;h=e68f4fd819d798239017bcbd33cfe174f1cac0cb;hp=697259564d7d8b1262d65fbdc97448ebb74460ac;hb=260ad50f5b4a9795032e3119c64f838a2d03370d;hpb=56ba3c78ae35065064c4289a0c8e22a81256af20 diff --git a/man/sd-login.xml b/man/sd-login.xml index 697259564..e68f4fd81 100644 --- a/man/sd-login.xml +++ b/man/sd-login.xml @@ -21,7 +21,8 @@ along with systemd; If not, see . --> - + sd-login @@ -54,7 +55,7 @@ - pkg-config --cflags --libs libsystemd-login + pkg-config --cflags --libs libsystemd @@ -95,15 +96,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 @@ -117,15 +118,7 @@ implemented. - - Notes - - These APIs are implemented as shared library, - which can be compiled and linked to with the - libsystemd-login - pkg-config1 - file. - + See Also