diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-04-09 21:22:48 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-04-09 21:22:48 +0200 |
commit | 9541666b8d97f107335dd7e3cb93b4d2cfbf19c9 (patch) | |
tree | 4c4b424ca5c6c73286a623a18020e1711cbe3c24 /man/sd_session_is_active.xml | |
parent | 13468826f2457cae45a79649e122deadb9dc9774 (diff) |
login: add 'mir' to the list of session types
Add Mir to the list of session types. This is implemented for LightDM
in lp:~robert-ancell/lightdm/xdg-session-desktop [1].
[1] https://code.launchpad.net/~robert-ancell/lightdm/xdg-session-desktop/+merge/214108
(david: adjusted commit-header and fixed whitespace issues)
Diffstat (limited to 'man/sd_session_is_active.xml')
-rw-r--r-- | man/sd_session_is_active.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_session_is_active.xml b/man/sd_session_is_active.xml index ddb2bee5e1..31a611996e 100644 --- a/man/sd_session_is_active.xml +++ b/man/sd_session_is_active.xml @@ -201,9 +201,9 @@ be used to determine the type of the session identified by the specified session identifier. The returned string is one of <literal>x11</literal>, - <literal>wayland</literal>, <literal>tty</literal> or - <literal>unspecified</literal> and needs to be freed - with the libc + <literal>wayland</literal>, <literal>tty</literal>, + <literal>mir</literal> or <literal>unspecified</literal> and + needs to be freed with the libc <citerefentry><refentrytitle>free</refentrytitle><manvolnum>3</manvolnum></citerefentry> call after use.</para> |