diff options
author | Aura Herrero Ruiz <aura.herreroruiz@outlook.es> | 2024-01-19 16:41:32 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2024-04-02 14:00:00 +0000 |
commit | 88eccaedc65b00a6c6c85ae2e667e427de22c3de (patch) | |
tree | 416565b27c880e30458d355504086f4494260ad1 /doc | |
parent | ce8aa213b03cc12f10d20d82dbf4aa355123e5c5 (diff) | |
download | pam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.tar.gz pam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.tar.bz2 pam-88eccaedc65b00a6c6c85ae2e667e427de22c3de.zip |
doc: fix uses of non-neutral gender pronouns
Diffstat (limited to 'doc')
-rw-r--r-- | doc/adg/Linux-PAM_ADG.xml | 6 | ||||
-rw-r--r-- | doc/sag/Linux-PAM_SAG.xml | 8 | ||||
-rw-r--r-- | doc/specs/rfc86.0.txt | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/doc/adg/Linux-PAM_ADG.xml b/doc/adg/Linux-PAM_ADG.xml index 337b2563..0f1957ec 100644 --- a/doc/adg/Linux-PAM_ADG.xml +++ b/doc/adg/Linux-PAM_ADG.xml @@ -524,8 +524,8 @@ cc -o application .... -lpam -lpam_misc <term>Authentication token</term> <listitem> <para> - Generally, this is a password. However, a user can authenticate - him/herself in a variety of ways. Updating the user's + Generally, this is a password. However, users can authenticate + themselves in a variety of ways. Updating the user's authentication token thus corresponds to <emphasis>refreshing</emphasis> the object they use to authenticate themselves with the system. The word password is @@ -746,4 +746,4 @@ TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH </programlisting> </chapter> -</book>
\ No newline at end of file +</book> diff --git a/doc/sag/Linux-PAM_SAG.xml b/doc/sag/Linux-PAM_SAG.xml index e49d7951..205ab98e 100644 --- a/doc/sag/Linux-PAM_SAG.xml +++ b/doc/sag/Linux-PAM_SAG.xml @@ -131,9 +131,9 @@ </para> <para> To illustrate the flexibility you face, consider the following - situation: a system administrator (parent) wishes to improve the - mathematical ability of her users (children). She can configure - their favorite ``Shoot 'em up game'' (PAM-aware of course) to + situation: system administrators (parents) wish to improve the + mathematical ability of their users (children). Their favorite + ``Shoot 'em up game'' (PAM-aware of course) can be configured to authenticate them with a request for the product of a couple of random numbers less than 12. It is clear that if the game is any good they will soon learn their @@ -252,7 +252,7 @@ other session required pam_deny.so is invoked so unless the users of a system contact the administrator when failing to execute a service application, the administrator may go for a long while in ignorance of the - fact that his system is misconfigured. + fact that the system is misconfigured. </para> <para> The addition of the following line before those in the above diff --git a/doc/specs/rfc86.0.txt b/doc/specs/rfc86.0.txt index b8c635a6..3451eaf5 100644 --- a/doc/specs/rfc86.0.txt +++ b/doc/specs/rfc86.0.txt @@ -402,7 +402,7 @@ - given access to his/her account. This function can implement + given access to the account. This function can implement account expiration and access hour restrictions. (c) Session management: This set includes the `pam_open_session()' |