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=55726f96a83f1ad5e0fc75af561db7d07bf08b73;hb=8036e4d0b9ef0990597196155fe6fc6329a6a881;hpb=1532f28b7cf3e6e02e74691450b2b5379be6b805 diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index 55726f96a..97721a56a 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -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 - elogind1, + elogind8, sd-login3, sd_pid_get_session3