]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: change --kill-who to --kill-whom
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 24 Aug 2022 08:41:30 +0000 (10:41 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 26 Aug 2022 02:15:44 +0000 (11:15 +0900)
commit4ccde410a3fc141c9ddf285f24a22dfea99e0287
tree7cf167007dca0a7b1f77e9be3909f11e9b9a9ded
parent2f968def113e601baf8a7dc65263f2f12bc4dc16
tree-wide: change --kill-who to --kill-whom

getopt allows non-ambiguous abbreviations, so backwards-compat is maintained, and
people can use --kill-who (or even shorter abbreviations). English is flexible,
so in common speach people would use both forms, even if "whom" is technically
more correct. The advantage of using the longer form in the code is that we
effectively allow both forms, so we stop punishing people who DTGCT¹, but still
allow people to use the spoken form if they prefer.

1. Do the gramatically correct thing
18 files changed:
man/loginctl.xml
man/machinectl.xml
man/systemctl.xml
shell-completion/bash/loginctl
shell-completion/bash/machinectl
shell-completion/bash/systemctl.in
shell-completion/zsh/_loginctl
shell-completion/zsh/_machinectl
shell-completion/zsh/_systemctl.in
src/login/loginctl.c
src/machine/machinectl.c
src/systemctl/systemctl-kill.c
src/systemctl/systemctl.c
src/systemctl/systemctl.h
test/fuzz/fuzz-systemctl-parse-argv/help.input
test/units/testsuite-57-binds-to.service
test/units/testsuite-57-prop-stop-one.service
test/units/testsuite-57-short-lived.sh