diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-23 13:15:19 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-03-24 14:16:31 +0100 |
commit | 2230a2908b3b1993ef8421360a51cef5049a1a50 (patch) | |
tree | dc0fa8f5ddc57a463ec83f7e1d7093a2241302fa /man/pam_systemd.xml | |
parent | man: add link and list of known attrs to systemd-gpt-auto-generator(8) (diff) | |
download | systemd-2230a2908b3b1993ef8421360a51cef5049a1a50.tar.xz systemd-2230a2908b3b1993ef8421360a51cef5049a1a50.zip |
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.
Diffstat (limited to 'man/pam_systemd.xml')
-rw-r--r-- | man/pam_systemd.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index f45631688c..a769a49bbe 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 <literal>seat0</literal>)</para></listitem> </varlistentry> - </variablelist> + + <para>If not set, <command>pam_systemd</command> will determine the + values for <varname>$XDG_SEAT</varname> and <varname>$XDG_VTNR</varname> + based on the <varname>$DISPLAY</varname> variable.</para> </refsect1> <refsect1> |