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/machinectl.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/machinectl.xml')
-rw-r--r-- | man/machinectl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index 1b39e42e38..7abe2adf73 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -279,7 +279,7 @@ <listitem><para>Send a signal to one or more processes of the virtual machine or container. This means processes as seen by the host, not the processes inside the virtual machine or - container. Use <option>--kill-who=</option> to select which + container. Use <option>--kill-whom=</option> to select which process to kill. Use <option>--signal=</option> to select the signal to send.</para></listitem> </varlistentry> @@ -682,7 +682,7 @@ </varlistentry> <varlistentry> - <term><option>--kill-who=</option></term> + <term><option>--kill-whom=</option></term> <listitem><para>When used with <command>kill</command>, choose which processes to kill. Must be one of |