aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_lastlog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_lastlog')
-rw-r--r--modules/pam_lastlog/pam_lastlog.8.xml4
-rw-r--r--modules/pam_lastlog/pam_lastlog.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/pam_lastlog/pam_lastlog.8.xml b/modules/pam_lastlog/pam_lastlog.8.xml
index 1fd9d9dd..d9909787 100644
--- a/modules/pam_lastlog/pam_lastlog.8.xml
+++ b/modules/pam_lastlog/pam_lastlog.8.xml
@@ -289,7 +289,7 @@
session required pam_lastlog.so nowtmp
</programlisting>
<para>
- To reject the user if he did not login during the previous 50 days
+ To reject users if they did not login during the previous 50 days
the following line can be used:
</para>
<programlisting>
@@ -337,4 +337,4 @@
</para>
</refsect1>
-</refentry> \ No newline at end of file
+</refentry>
diff --git a/modules/pam_lastlog/pam_lastlog.c b/modules/pam_lastlog/pam_lastlog.c
index 02828033..43cc4b7d 100644
--- a/modules/pam_lastlog/pam_lastlog.c
+++ b/modules/pam_lastlog/pam_lastlog.c
@@ -677,7 +677,7 @@ pam_auth(pam_handle_t *pamh, int flags, int argc, const char **argv)
int last_fd;
/*
- * Lock out the user if he did not login recently enough.
+ * Lock out users if they did not login recently enough.
*/
ctrl = _pam_auth_parse(pamh, flags, argc, argv, &inactive_days);