diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2018-08-23 16:57:30 +0200 |
---|---|---|
committer | Filipe Brandenburger <filbranden@google.com> | 2018-08-24 00:54:46 +0200 |
commit | f16eb8b0834ef51e15d1e4f505030add7206899d (patch) | |
tree | ad1486b21470c50d9b3975d18cc03d83da3f2d95 /man/systemd-journald.service.xml | |
parent | doc: fix resolvectl(1) per-interface DNS configuration documentation (diff) | |
download | systemd-f16eb8b0834ef51e15d1e4f505030add7206899d.tar.xz systemd-f16eb8b0834ef51e15d1e4f505030add7206899d.zip |
man: use singular “they”
For an example where we already use it, see man:sd-login(3):
> A session is defined by the time a user is logged in until they log out.
As far as I can tell, this removes the only remaining occurrences of
referring to users by gendered pronouns in our documentation (though
some still survive in code comments and the NEWS and TODO files):
git grep '\b\(he\|him\|his\|she\|her\|hers\)\b' man/
Diffstat (limited to 'man/systemd-journald.service.xml')
-rw-r--r-- | man/systemd-journald.service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 6d0aaa4587..f0f03a29b2 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -206,10 +206,10 @@ systemd-tmpfiles --create --prefix /var/log/journal</programlisting> <para>Journal files are, by default, owned and readable by the <literal>systemd-journal</literal> system group but are not - writable. Adding a user to this group thus enables her/him to read + writable. Adding a user to this group thus enables them to read the journal files.</para> - <para>By default, each logged in user will get her/his own set of + <para>By default, each logged in user will get their own set of journal files in <filename>/var/log/journal/</filename>. These files will not be owned by the user, however, in order to avoid that the user can write to them directly. Instead, file system |