From 1acfbbff463e5d9a7cbf4860059ca6b12e36dbe8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 Jul 2018 10:28:14 +0200 Subject: [PATCH] man: document that pam_systemd actually sets XDG_SEAT and XDG_VTNR The old wording is not clear regarding whether the env var will be updated or just a fallbacked is used. --- man/pam_systemd.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index 5eab995a524..ae500809bc5 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -231,9 +231,9 @@ - If not set, pam_systemd will determine the - values for $XDG_SEAT and $XDG_VTNR - based on the $DISPLAY variable. + If not set, pam_systemd will initialize + $XDG_SEAT and $XDG_VTNR + based on the $DISPLAY variable (if the latter is set).