From: Zbigniew Jędrzejewski-Szmek Date: Fri, 23 Mar 2018 12:15:19 +0000 (+0100) Subject: man: add a note about $XDG_SEAT and $XDG_VTNR to pam_systemd(8) X-Git-Tag: v239~477^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2230a2908b3b1993ef8421360a51cef5049a1a50;p=thirdparty%2Fsystemd.git man: add a note about $XDG_SEAT and $XDG_VTNR to pam_systemd(8) Issue #6499 requests that a mention that those varibles can be set in the environment is added. But the man page already says that. There isn't much detail, but a man page does not need to and in this case should not include all the details. Instead a note is added that those vars can be derived from $DISPLAY. Closes #6499. --- diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index f45631688c9..a769a49bbeb 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -255,8 +255,11 @@ for, if any. (Only applies to seats with a VT available, such as seat0) - + + If not set, pam_systemd will determine the + values for $XDG_SEAT and $XDG_VTNR + based on the $DISPLAY variable.