]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix option typo in pam_systemd man page
authorDominique Martinet <asmadeus@codewreck.org>
Wed, 6 Nov 2019 06:32:17 +0000 (07:32 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 6 Nov 2019 12:02:55 +0000 (21:02 +0900)
The session= option does not exist, XDG_SESSION_TYPE overrides the type=
option.

man/pam_systemd.xml

index d5be98e4c0daa8e77d9aec9f8a0e8d4cd1adb0a4..470c1a4c4269add5d6facbada62d1486bfb26510 100644 (file)
       <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>