Skip to content

Commit af951ff

Browse files
committed
man: pam_systemd: some typos fixed, some info added
Just some minor nits that I stumbled over when reading the man page.
1 parent 7c0b05e commit af951ff

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

man/pam_systemd.xml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -72,31 +72,33 @@
7272
<varname>$XDG_SESSION_ID</varname> environment
7373
variable is initialized. If auditing is
7474
available and
75-
<command>pam_loginuid.so</command> run before
75+
<command>pam_loginuid.so</command> was run before
7676
this module (which is highly recommended), the
7777
variable is initialized from the auditing
7878
session id
79-
(<filename>/proc/self/sessionid</filename>). Otherwise
79+
(<filename>/proc/self/sessionid</filename>). Otherwise,
8080
an independent session counter is
8181
used.</para></listitem>
8282

8383
<listitem><para>A new systemd scope unit is
8484
created for the session. If this is the first
8585
concurrent session of the user, an implicit
8686
slice below <filename>user.slice</filename> is
87-
automatically created and the scope placed in
88-
it. In instance of the system service
89-
<filename>user@.service</filename> which runs
90-
the systemd user manager
91-
instance.</para></listitem>
87+
automatically created and the scope placed into
88+
it. An instance of the system service
89+
<filename>user@.service</filename>, which runs
90+
the systemd user manager instance, is started.
91+
</para></listitem>
9292
</orderedlist>
9393

9494
<para>On logout, this module ensures the following:</para>
9595

9696
<orderedlist>
97-
<listitem><para>If this is enabled, all
98-
processes of the session are terminated. If
99-
the last concurrent session of a user ends, his
97+
<listitem><para>If enabled in
98+
<citerefentry><refentrytitle>logind.conf</refentrytitle>
99+
<manvolnum>5</manvolnum></citerefentry>,
100+
all processes of the session are terminated. If
101+
the last concurrent session of a user ends, their
100102
user systemd instance will be terminated too,
101103
and so will the user's slice
102104
unit.</para></listitem>
@@ -200,7 +202,7 @@
200202
to the user login time on the
201203
machine. It is automatically created
202204
the first time a user logs in and
203-
removed on his final logout. If a user
205+
removed on their final logout. If a user
204206
logs in twice at the same time, both
205207
sessions will see the same
206208
<varname>$XDG_RUNTIME_DIR</varname>

0 commit comments

Comments
 (0)