diff options
author | Thorsten Kukuk <kukuk@suse.com> | 2023-03-09 10:11:05 +0100 |
---|---|---|
committer | Thorsten Kukuk <5908016+thkukuk@users.noreply.github.com> | 2023-03-14 08:44:41 +0100 |
commit | 34b062d31122e4498d93c6bd0cf7b96361efccb6 (patch) | |
tree | 84cd8cd78ea7149e6df7d2c1d46272bca3948327 /doc | |
parent | f26d873435be9f35fa7953493cc07a9bc4e31876 (diff) | |
download | pam-34b062d31122e4498d93c6bd0cf7b96361efccb6.tar.gz pam-34b062d31122e4498d93c6bd0cf7b96361efccb6.tar.bz2 pam-34b062d31122e4498d93c6bd0cf7b96361efccb6.zip |
manual pages: document usage of $DISPLAY and PAM_TTY
man/pam_item_types_std.inc.xml: In the past, PAM_TTY was used for tty
devices and $DISPLAY variables for X-based applications. With the
introduction of PAM_DISPLAY PAM_TTY should only be used for devices.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/pam_item_types_std.inc.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/man/pam_item_types_std.inc.xml b/doc/man/pam_item_types_std.inc.xml index 9b229486..b91c71bd 100644 --- a/doc/man/pam_item_types_std.inc.xml +++ b/doc/man/pam_item_types_std.inc.xml @@ -40,10 +40,12 @@ <term>PAM_TTY</term> <listitem> <para> - The terminal name: prefixed by <filename>/dev/</filename> if - it is a device file; for graphical, X-based, applications the - value for this item should be the - <emphasis>$DISPLAY</emphasis> variable. + The terminal name prefixed by <filename>/dev/</filename> for + device files. + In the past, graphical X-based applications used to store the + <emphasis>$DISPLAY</emphasis> variable here, but with the + introduction of <emphasis>PAM_XDISPLAY</emphasis> this usage + is deprecated. </para> </listitem> </varlistentry> @@ -134,4 +136,4 @@ </listitem> </varlistentry> - </variablelist>
\ No newline at end of file + </variablelist> |