summaryrefslogtreecommitdiff
path: root/man/sd_session_is_active.xml
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-18 22:20:56 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-18 22:20:56 +0200
commitcc400110ffe1fb29b32e995e770819c1817bbfbc (patch)
treeb5fbf823dc55def8b1691ea313f38902987aa5e7 /man/sd_session_is_active.xml
parent461bd8e47cafacfcd38389e7558330bfb6e902ad (diff)
man: document the new login class 'background'
Diffstat (limited to 'man/sd_session_is_active.xml')
-rw-r--r--man/sd_session_is_active.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml
index 76f6f9544c..6fa803bfa2 100644
--- a/man/sd_session_is_active.xml
+++ b/man/sd_session_is_active.xml
@@ -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 <literal>user</literal>,
- <literal>greeter</literal> or
- <literal>lock-screen</literal> and needs to be freed
+ <literal>greeter</literal>,
+ <literal>lock-screen</literal>, or
+ <literal>background</literal> and needs to be freed
with the libc
<citerefentry><refentrytitle>free</refentrytitle><manvolnum>3</manvolnum></citerefentry>
call after use.</para>