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=4c65db37c625eadfb2daf1de458f09b6380b1c50;hp=c6b133e665c323ecefde3298c0ff692be5d1bf81;hb=5f3891424cdb251a55a72099e0f04361ebafa059;hpb=2f19b8e572ecc317846621d6429a535e49d29917 diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml index c6b133e66..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 @@ -132,7 +155,7 @@ See Also - systemd1, + elogind1, sd-login3, sd_session_get_seat3