X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fpam_systemd.xml;h=3e106ea69b8dff7a577fcf96408de516cc875e02;hb=409886c424cfaeeb5cf8928905560e5cac2d492d;hp=f81a4070bce6b8200c3aec07253e8a18469c9590;hpb=c1405e4f313768519d66f49e0ffcbe964409d150;p=elogind.git diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index f81a4070b..3e106ea69 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -99,7 +99,7 @@ 5, all processes of the session are terminated. If the last concurrent session of a user ends, - ther user's systemd instance will be + the user's systemd instance will be terminated too, and so will the user's slice unit. @@ -213,17 +213,21 @@ applications should not rely on this behavior and must be able to deal with stale files. To store session-private - data in this directory, the user should - include the value of $XDG_SESSION_ID - in the filename. This directory shall - be used for runtime file system - objects such as AF_UNIX sockets, - FIFOs, PID files and similar. It is - guaranteed that this directory is - local and offers the greatest possible - file system feature set the - operating system - provides. + data in this directory, the user + should include the value of + $XDG_SESSION_ID in + the filename. This directory shall be + used for runtime file system objects + such as AF_UNIX + sockets, FIFOs, PID files and + similar. It is guaranteed that this + directory is local and offers the + greatest possible file system feature + set the operating system provides. For + further details see the XDG + Base Directory + Specification. @@ -269,8 +273,13 @@ $XDG_CURRENT_DESKTOP, as defined by the Desktop - Entry - Specification. See + Entry Specification. (However, + note that + $XDG_SESSION_DESKTOP + only takes a single item, and not a + colon-separated list like + $XDG_CURRENT_DESKTOP.) + See sd_session_get_desktop3 for more details.