From: Lennart Poettering Date: Fri, 24 Oct 2014 10:07:05 +0000 (+0200) Subject: man: add a link to the XDG basedir spec from the pam_sytemd man page X-Git-Tag: v217~86 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4a9dfff9bd981a0cfbeab97b6f3a2ee0e13b719c man: add a link to the XDG basedir spec from the pam_sytemd man page --- diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index f81a4070b..47f7439d3 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -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.