X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_session_is_active.xml;h=e89117d990a1314f9fda5a8ace15957397518426;hb=756c9a2499ca377b9e96ea6fc6911ff64040174e;hp=ab48b9efc2458defe3d7b44f91b87a933fb3ee4e;hpb=c84f5e4a825f17163ead0f60308d548b415334a5;p=elogind.git diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index ab48b9efc..e89117d99 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -21,7 +21,7 @@ along with systemd; If not, see . --> - + sd_session_is_active @@ -179,8 +179,9 @@ be used to determine the class of the session identified by the specified session identifier. The returned string is one of user, - greeter or - lock-screen and needs to be freed + greeter, + lock-screen, or + background and needs to be freed with the libc free3 call after use. @@ -188,7 +189,7 @@ sd_session_get_display() may be used to determine the X11 display of the session identified by the specified session - identifier. The returned string is one of needs to be + identifier. The returned string needs to be freed with the libc free3 call after use. @@ -196,15 +197,16 @@ sd_session_get_tty() may be used to determine the TTY device of the session identified by the specified session - identifier. The returned string is one of needs to be + identifier. The returned string needs to be freed with the libc free3 call after use. - If the session parameter of - any of these functions is passed as NULL the operation - is executed for the session the calling process is a - member of, if there is any. + If the session parameter of + any of these functions is passed as + NULL the operation is executed + for the session the calling process is a member of, if + there is any. @@ -239,8 +241,7 @@ sd_session_get_tty() interfaces are available as shared library, which can be compiled and linked to with the - libsystemd-login - pkg-config1 + libsystemd-login pkg-config1 file.