X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_session_is_active.xml;h=97721a56a507cd73ec20697d50d69313850337c1;hp=069cbe091ba5218a9dae3babe4aff8bd0f39c0b0;hb=47f94046d2208b0ca48928df3ac3bce803361f23;hpb=2f19b8e572ecc317846621d6429a535e49d29917 diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index 069cbe091..97721a56a 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -3,29 +3,29 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> sd_session_is_active - systemd + elogind @@ -62,7 +62,7 @@ - #include <systemd/sd-login.h> + #include <elogind/sd-login.h> int sd_session_is_active @@ -289,6 +289,43 @@ negative errno-style error code. + + Errors + + Returned errors may indicate the following problems: + + + + + -ENXIO + + The specified session does not exist. + + + + + -ENODATA + + The given field is not specified for the described + session. + + + + + -EINVAL + + An input parameter was invalid (out of range, + or NULL, where that is not accepted). + + + + -ENOMEM + + Memory allocation failed. + + + + Notes @@ -313,7 +350,7 @@ See Also - systemd1, + elogind8, sd-login3, sd_pid_get_session3