diff options
author | Dominique Martinet <asmadeus@codewreck.org> | 2019-11-06 07:32:17 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-11-06 13:02:55 +0100 |
commit | 98647fa0faaff21b53f8a01b9804fc0669fb6d19 (patch) | |
tree | a0d55a0851acba7f7c93d51b15fa080464c2c364 /man/pam_systemd.xml | |
parent | man: save pull-raw example file without underscores (diff) | |
download | systemd-98647fa0faaff21b53f8a01b9804fc0669fb6d19.tar.xz systemd-98647fa0faaff21b53f8a01b9804fc0669fb6d19.zip |
man: fix option typo in pam_systemd man page
The session= option does not exist, XDG_SESSION_TYPE overrides the type=
option.
Diffstat (limited to 'man/pam_systemd.xml')
-rw-r--r-- | man/pam_systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index d5be98e4c0..470c1a4c42 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -183,7 +183,7 @@ <varlistentry> <term><varname>$XDG_SESSION_TYPE</varname></term> - <listitem><para>The session type. This may be used instead of <varname>session=</varname> on the module parameter + <listitem><para>The session type. This may be used instead of <varname>type=</varname> on the module parameter line, and is usually preferred.</para></listitem> </varlistentry> |