summaryrefslogtreecommitdiff
path: root/man/pam_systemd.xml
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2013-07-21 06:53:14 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-21 11:23:58 -0400
commitfbce11397f4d19821a9dfe66ee3ebe11cad90057 (patch)
treeaba0a095f04d7ba681ae1fbd5f9c5288f1cb71d4 /man/pam_systemd.xml
parent44affdc5fd20f812c25bc9d2b1a9fc04215274a1 (diff)
man: wording and grammar updates
This includes regularly-submitted corrections to comma setting and orthographical mishaps that appeared in man/ in recent commits.
Diffstat (limited to 'man/pam_systemd.xml')
-rw-r--r--man/pam_systemd.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/pam_systemd.xml b/man/pam_systemd.xml
index 1d924bc31..951ae207a 100644
--- a/man/pam_systemd.xml
+++ b/man/pam_systemd.xml
@@ -82,11 +82,11 @@
<listitem><para>A new systemd scope unit is
created for the session. If this is the first
- concurrent session of the user an implicit
+ concurrent session of the user, an implicit
slice below <filename>user.slice</filename> is
automatically created and the scope placed in
it. In instance of the system service
- <filename>user@.service</filename> which runt
+ <filename>user@.service</filename> which runs
the systemd user manager
instance.</para></listitem>
</orderedlist>
@@ -94,15 +94,15 @@
<para>On logout, this module ensures the following:</para>
<orderedlist>
- <listitem><para>If this is enabled all
+ <listitem><para>If this is enabled, all
processes of the session are terminated. If
- the last concurrent session of a user ends his
+ the last concurrent session of a user ends, his
user systemd instance will be terminated too,
and so will the user's slice
unit.</para></listitem>
- <listitem><para>If the las concurrent session
- of a user ends the
+ <listitem><para>If the last concurrent session
+ of a user ends, the
<varname>$XDG_RUNTIME_DIR</varname> directory
and all its contents are removed,
too.</para></listitem>