From: Dominique Martinet Date: Wed, 6 Nov 2019 06:32:17 +0000 (+0100) Subject: man: fix option typo in pam_systemd man page X-Git-Tag: v244-rc1~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=98647fa0faaff21b53f8a01b9804fc0669fb6d19;p=thirdparty%2Fsystemd.git man: fix option typo in pam_systemd man page The session= option does not exist, XDG_SESSION_TYPE overrides the type= option. --- diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml index d5be98e4c0d..470c1a4c426 100644 --- a/man/pam_systemd.xml +++ b/man/pam_systemd.xml @@ -183,7 +183,7 @@ $XDG_SESSION_TYPE - The session type. This may be used instead of session= on the module parameter + The session type. This may be used instead of type= on the module parameter line, and is usually preferred.