X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_get_seats.xml;h=4c65db37c625eadfb2daf1de458f09b6380b1c50;hb=f7e8917981217e60a6b6071c2a1ae6367890eea0;hp=4390d36ebe523d546cbc2ec3edecb3f612f9bbe8;hpb=798d3a524ea57aaf40cb53858aaa45ec702f012d;p=elogind.git diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml index 4390d36eb..4c65db37c 100644 --- a/man/sd_get_seats.xml +++ b/man/sd_get_seats.xml @@ -3,29 +3,29 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> sd_get_seats - systemd + elogind @@ -52,7 +52,7 @@ - #include <systemd/sd-login.h> + #include <elogind/sd-login.h> int sd_get_seats @@ -115,6 +115,29 @@ errno-style error code. + + + Errors + + Returned errors may indicate the following problems: + + + + + -EINVAL + + An input parameter was invalid (out of range, + or NULL, where that's not accepted). + + + + -ENOMEM + + Memory allocation failed. + + + + Notes @@ -124,7 +147,7 @@ sd_get_machine_names() interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libelogind pkg-config1 file. @@ -132,7 +155,7 @@ See Also - systemd1, + elogind1, sd-login3, sd_session_get_seat3