From: Lucas Werkmeister Date: Thu, 23 Aug 2018 14:57:30 +0000 (+0200) Subject: man: use singular “they” X-Git-Tag: v240~802 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f16eb8b0834ef51e15d1e4f505030add7206899d;p=thirdparty%2Fsystemd.git 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/ --- diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 6d0aaa45877..f0f03a29b21 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -206,10 +206,10 @@ systemd-tmpfiles --create --prefix /var/log/journal Journal files are, by default, owned and readable by the systemd-journal 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. - By default, each logged in user will get her/his own set of + By default, each logged in user will get their own set of journal files in /var/log/journal/. 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 diff --git a/man/systemd.generator.xml b/man/systemd.generator.xml index 8a7a11a8627..5007563e062 100644 --- a/man/systemd.generator.xml +++ b/man/systemd.generator.xml @@ -260,7 +260,7 @@ systemd-fstab-generator8 converts /etc/fstab into native mount units. It uses argv[1] as location to place the generated unit files in order to allow the - user to override /etc/fstab with her own native unit + user to override /etc/fstab with their own native unit files, but also to ensure that /etc/fstab overrides any vendor default from /usr.