diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2022-08-24 10:41:30 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-08-26 04:15:44 +0200 |
commit | 4ccde410a3fc141c9ddf285f24a22dfea99e0287 (patch) | |
tree | 7cf167007dca0a7b1f77e9be3909f11e9b9a9ded /man/systemctl.xml | |
parent | Merge pull request #24454 from bluca/ci (diff) | |
download | systemd-4ccde410a3fc141c9ddf285f24a22dfea99e0287.tar.xz systemd-4ccde410a3fc141c9ddf285f24a22dfea99e0287.zip |
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
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 6fd9d910d9..5c0e743d81 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -498,7 +498,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err <listitem> <para>Send a signal to one or more processes of the - unit. Use <option>--kill-who=</option> to select which + unit. Use <option>--kill-whom=</option> to select which process to kill. Use <option>--signal=</option> to select the signal to send.</para> </listitem> @@ -2086,7 +2086,7 @@ Jan 12 10:46:45 example.com bluetoothd[8900]: gatt-time-server: Input/output err </varlistentry> <varlistentry> - <term><option>--kill-who=</option></term> + <term><option>--kill-whom=</option></term> <listitem> <para>When used with <command>kill</command>, choose which |