aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_lastlog
diff options
context:
space:
mode:
authorAura Herrero Ruiz <aura.herreroruiz@outlook.es>2024-01-19 16:41:32 +0100
committerDmitry V. Levin <ldv@strace.io>2024-04-02 14:00:00 +0000
commit88eccaedc65b00a6c6c85ae2e667e427de22c3de (patch)
tree416565b27c880e30458d355504086f4494260ad1 /modules/pam_lastlog
parentce8aa213b03cc12f10d20d82dbf4aa355123e5c5 (diff)
downloadpam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.tar.gz
pam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.tar.bz2
pam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.zip
doc: fix uses of non-neutral gender pronouns
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);