X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_get_seats.xml;h=963213797075ec398f4df1b568deefd7a72bc477;hp=4390d36ebe523d546cbc2ec3edecb3f612f9bbe8;hb=91d60274701a12d2bbcd2b8e40f8b8abe00be0e7;hpb=b952404b9386ed0ef806a830d184f696b2432e77;ds=sidebyside diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml index 4390d36eb..963213797 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 is 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, + elogind8, sd-login3, sd_session_get_seat3