From 88eccaedc65b00a6c6c85ae2e667e427de22c3de Mon Sep 17 00:00:00 2001 From: Aura Herrero Ruiz Date: Fri, 19 Jan 2024 16:41:32 +0100 Subject: doc: fix uses of non-neutral gender pronouns --- modules/pam_env/pam_env.conf.5.xml | 2 +- modules/pam_lastlog/pam_lastlog.8.xml | 4 ++-- modules/pam_lastlog/pam_lastlog.c | 2 +- modules/pam_limits/limits.conf.5.xml | 4 ++-- modules/pam_sepermit/pam_sepermit.8.xml | 8 ++++---- modules/pam_timestamp/pam_timestamp_check.8.xml | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'modules') diff --git a/modules/pam_env/pam_env.conf.5.xml b/modules/pam_env/pam_env.conf.5.xml index 81fc9613..46df480f 100644 --- a/modules/pam_env/pam_env.conf.5.xml +++ b/modules/pam_env/pam_env.conf.5.xml @@ -58,7 +58,7 @@ For example, ${HOME} is used below several times, but many PAM applications don't make it available by the time you need it. The special variables @{HOME} and @{SHELL} are expanded to the values - for the user from his passwd entry. + for the user from the corresponding passwd entry. 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 - 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: @@ -337,4 +337,4 @@ - \ No newline at end of file + 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); diff --git a/modules/pam_limits/limits.conf.5.xml b/modules/pam_limits/limits.conf.5.xml index 2177da1f..dd8d68bc 100644 --- a/modules/pam_limits/limits.conf.5.xml +++ b/modules/pam_limits/limits.conf.5.xml @@ -104,7 +104,7 @@ for enforcing hard resource limits. These limits are set by the superuser and enforced by the Kernel. - The user cannot raise his requirement of system resources above such values. + Users cannot raise their own requirement of system resources above such values. @@ -350,4 +350,4 @@ ftp hard nproc 0 pam_limits was initially written by Cristian Gafton <gafton@redhat.com> - \ No newline at end of file + diff --git a/modules/pam_sepermit/pam_sepermit.8.xml b/modules/pam_sepermit/pam_sepermit.8.xml index 791d2bbe..114864a7 100644 --- a/modules/pam_sepermit/pam_sepermit.8.xml +++ b/modules/pam_sepermit/pam_sepermit.8.xml @@ -31,9 +31,9 @@ enforcement state. - When the user which is logging in matches an entry in the config file - he is allowed access only when the SELinux is in enforcing mode. Otherwise - he is denied access. For users not matching any entry in the config file + When the users which are logging in match an entry in the config file + they are allowed access only when SELinux is in enforcing mode. Otherwise + they are denied access. For users not matching any entry in the config file the pam_sepermit module returns PAM_IGNORE return value. @@ -192,4 +192,4 @@ session required pam_permit.so - \ No newline at end of file + diff --git a/modules/pam_timestamp/pam_timestamp_check.8.xml b/modules/pam_timestamp/pam_timestamp_check.8.xml index f0c09560..7f850ae0 100644 --- a/modules/pam_timestamp/pam_timestamp_check.8.xml +++ b/modules/pam_timestamp/pam_timestamp_check.8.xml @@ -72,7 +72,7 @@ see if the default timestamp is valid, or optionally remove it. By default pam_timestamp_check checks or removes timestamps generated by pam_timestamp when - the user authenticates as herself. When the user authenticates as a + users authenticate as themselves. When the user authenticates as a different user, the name of the timestamp file changes to accommodate this. target_user allows one to specify this user name. @@ -201,4 +201,4 @@ session optional pam_timestamp.so - \ No newline at end of file + -- cgit v1.2.3