diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-20 20:49:18 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-20 22:38:01 +0200 |
commit | 3ae0e545272efc47a5051f42ea333691cffbd941 (patch) | |
tree | f84fb95952dae33e014de973869d0a05e803fd01 /man/org.freedesktop.machine1.xml | |
parent | Merge pull request #34510 from keszybz/mkosi-version-checks (diff) | |
download | systemd-3ae0e545272efc47a5051f42ea333691cffbd941.tar.xz systemd-3ae0e545272efc47a5051f42ea333691cffbd941.zip |
machine: fix bus method argument name: who -> whom
Follow-up for cd2fb04960b8aa0b353d12005b8cfc3b9d2bcfee.
Diffstat (limited to 'man/org.freedesktop.machine1.xml')
-rw-r--r-- | man/org.freedesktop.machine1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/org.freedesktop.machine1.xml b/man/org.freedesktop.machine1.xml index ce39f2d904..aac30d25d7 100644 --- a/man/org.freedesktop.machine1.xml +++ b/man/org.freedesktop.machine1.xml @@ -85,7 +85,7 @@ node /org/freedesktop/machine1 { UnregisterMachine(in s name); TerminateMachine(in s id); KillMachine(in s name, - in s who, + in s whom, in i signal); GetMachineAddresses(in s name, out a(iay) addresses); |