From a7a7a1fdea11d0cefc032f4fbfaa35e73b471cfc Mon Sep 17 00:00:00 2001
From: Jakub Wilk <jwilk@jwilk.net>
Date: Fri, 5 Aug 2016 18:50:51 +0200
Subject: [PATCH] man: Fix typos

---
 man/groupmems.8.xml | 2 +-
 man/gshadow.5.xml   | 4 ++--
 man/lastlog.8.xml   | 4 ++--
 man/limits.5.xml    | 6 +++---
 man/newusers.8.xml  | 6 +++---
 man/shadow.5.xml    | 2 +-
 man/useradd.8.xml   | 2 +-
 7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/man/groupmems.8.xml b/man/groupmems.8.xml
index 2afdbd84..40d04210 100644
--- a/man/groupmems.8.xml
+++ b/man/groupmems.8.xml
@@ -106,7 +106,7 @@
       <varlistentry>
 	<term><option>-a</option>, <option>--add</option>&nbsp;<replaceable>user_name</replaceable></term>
 	<listitem>
-	  <para>Add an user to the group membership list.</para>
+	  <para>Add a user to the group membership list.</para>
 	  <para condition="gshadow">
 	    If the <filename>/etc/gshadow</filename> file exist, and the
 	    group has no entry in the <filename>/etc/gshadow</filename>
diff --git a/man/gshadow.5.xml b/man/gshadow.5.xml
index 200fcefc..6bc1ed94 100644
--- a/man/gshadow.5.xml
+++ b/man/gshadow.5.xml
@@ -95,7 +95,7 @@
 	    group (but group members do not need the password).
 	  </para>
 	  <para>
-	    The password is used when an user who is not a member of the
+	    The password is used when a user who is not a member of the
 	    group wants to gain the permissions of this group (see
 	    <citerefentry><refentrytitle>newgrp</refentrytitle>
 	    <manvolnum>1</manvolnum></citerefentry>).
@@ -105,7 +105,7 @@
 	    can gain the group permissions.
 	  </para>
 	  <para>
-	    A password field which starts with a exclamation mark means
+	    A password field which starts with an exclamation mark means
 	    that the password is locked.  The remaining characters on the
 	    line represent the password field before the password was
 	    locked.
diff --git a/man/lastlog.8.xml b/man/lastlog.8.xml
index 40c1f770..3ee1b3a8 100644
--- a/man/lastlog.8.xml
+++ b/man/lastlog.8.xml
@@ -109,7 +109,7 @@
 	</term>
 	<listitem>
 	  <para>
-	    Clear lastlog record of an user. This option can be used only together
+	    Clear lastlog record of a user. This option can be used only together
 	    with <option>-u</option> (<option>--user</option>)).
 	  </para>
 	</listitem>
@@ -140,7 +140,7 @@
 	</term>
 	<listitem>
 	  <para>
-	    Set lastlog record of an user to the current time. This option can be
+	    Set lastlog record of a user to the current time. This option can be
 	    used only together with <option>-u</option> (<option>--user</option>)).
 	  </para>
 	</listitem>
diff --git a/man/limits.5.xml b/man/limits.5.xml
index 1d316f08..1215f13f 100644
--- a/man/limits.5.xml
+++ b/man/limits.5.xml
@@ -145,7 +145,7 @@
     <para>
       Be aware that after <emphasis remap='I'>username</emphasis> the rest
       of the line is considered a limit string, thus comments are not
-      allowed. A invalid limits string will be rejected (not considered) by
+      allowed. An invalid limits string will be rejected (not considered) by
       the <command>login</command> program.
     </para>
 
@@ -163,12 +163,12 @@
     </para>
 
     <para>
-      If more than one line with limits for an user exist, only the first line for
+      If more than one line with limits for a user exist, only the first line for
       this user will be considered.
     </para>
 
     <para>
-      If no lines are specified for an user, the last
+      If no lines are specified for a user, the last
       <replaceable>@group</replaceable> line matching a group whose the
       user is a member of will be considered, or the last line with
       default limits if no groups contain the user.
diff --git a/man/newusers.8.xml b/man/newusers.8.xml
index c906175d..ff6dc1c3 100644
--- a/man/newusers.8.xml
+++ b/man/newusers.8.xml
@@ -115,7 +115,7 @@
 	  </para>
 	  <para>
 	    It can be the name of a new user or the name of an existing
-	    user (or an user created before by
+	    user (or a user created before by
 	    <command>newusers</command>).  In case of an existing user,
 	    the user's information will be changed, otherwise a new user
 	    will be created.
@@ -142,7 +142,7 @@
 	    This field is used to define the UID of the user.
 	  </para>
 	  <para>
-	    If the field is empty, an new (unused) UID will be defined
+	    If the field is empty, a new (unused) UID will be defined
 	    automatically by <command>newusers</command>.
 	  </para>
 	  <para>
@@ -151,7 +151,7 @@
 	  </para>
 	  <para>
 	    If this field contains the name of an existing user (or the
-	    name of an user created before by
+	    name of a user created before by
 	    <command>newusers</command>), the UID of the specified user
 	    will be used.
 	  </para>
diff --git a/man/shadow.5.xml b/man/shadow.5.xml
index 6532b31e..5d20511a 100644
--- a/man/shadow.5.xml
+++ b/man/shadow.5.xml
@@ -115,7 +115,7 @@
 	    any access at all if the password field is empty.
 	  </para>
 	  <para>
-	    A password field which starts with a exclamation mark means
+	    A password field which starts with an exclamation mark means
 	    that the password is locked.  The remaining characters on the
 	    line represent the password field before the password was
 	    locked.
diff --git a/man/useradd.8.xml b/man/useradd.8.xml
index 909d0fd5..8d56301c 100644
--- a/man/useradd.8.xml
+++ b/man/useradd.8.xml
@@ -433,7 +433,7 @@
 	  </para>
 	  <para>
 	    Note that <command>useradd</command> will not create a home
-	    directory for such an user, regardless of the default setting
+	    directory for such a user, regardless of the default setting
 	    in <filename>/etc/login.defs</filename>
 	    (<option>CREATE_HOME</option>). You have to specify the
 	    <option>-m</option> options if you want a home directory for a