diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-24 18:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-24 18:00:00 +0000 |
commit | 5a768e62f0734a7d5c9207ba2a84757d1f574b9d (patch) | |
tree | 2115b0c60c9ac914078ce6ee1e6088ada80ce4d2 /modules/pam_lastlog | |
parent | 5b7ba35ebfd280c931933fedbf98cb7f4a8846f2 (diff) | |
download | pam-5a768e62f0734a7d5c9207ba2a84757d1f574b9d.tar.gz pam-5a768e62f0734a7d5c9207ba2a84757d1f574b9d.tar.bz2 pam-5a768e62f0734a7d5c9207ba2a84757d1f574b9d.zip |
Fix grammar: replace "an user" with "a user" everywhere
* NEWS: Replace "an user" with "a user".
* modules/pam_faillock/pam_faillock.8.xml: Likewise.
* modules/pam_lastlog/pam_lastlog.8.xml: Likewise.
* modules/pam_limits/pam_limits.c: Likewise.
* modules/pam_sepermit/sepermit.conf: Likewise.
* modules/pam_tty_audit/pam_tty_audit.8.xml: Likewise.
* modules/pam_userdb/pam_userdb.c: Likewise.
Diffstat (limited to 'modules/pam_lastlog')
-rw-r--r-- | modules/pam_lastlog/pam_lastlog.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_lastlog/pam_lastlog.8.xml b/modules/pam_lastlog/pam_lastlog.8.xml index a2f14fc2..bada2ea0 100644 --- a/modules/pam_lastlog/pam_lastlog.8.xml +++ b/modules/pam_lastlog/pam_lastlog.8.xml @@ -286,7 +286,7 @@ <title>EXAMPLES</title> <para> Add the following line to <filename>/etc/pam.d/login</filename> to - display the last login time of an user: + display the last login time of a user: </para> <programlisting> session required pam_lastlog.so nowtmp |