X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_get_seats.xml;h=963213797075ec398f4df1b568deefd7a72bc477;hb=e4dd0722cae89f144f3a4cf163e706e7dc071728;hp=c6b133e665c323ecefde3298c0ff692be5d1bf81;hpb=7586a2e532d8dcb2428edd4e98c3534fc6f22061;p=elogind.git diff --git a/man/sd_get_seats.xml b/man/sd_get_seats.xml index c6b133e66..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 @@ -132,7 +155,7 @@ See Also - systemd1, + elogind8, sd-login3, sd_session_get_seat3