diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2020-04-19 13:05:20 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2020-04-19 13:05:20 +0200 |
commit | 89fc6fd3eaa7b64b1892246a58c02d91b389d066 (patch) | |
tree | 12ae60d47d042367724b23efc0f54da9306f2e3b /man/org.freedesktop.machine1.xml | |
parent | 5099fd44ca56f4be22191dafb16b967045bfbb90 (diff) | |
download | systemd-89fc6fd3eaa7b64b1892246a58c02d91b389d066.tar.gz |
D-Bus docs: Use method instead of call
Diffstat (limited to 'man/org.freedesktop.machine1.xml')
-rw-r--r-- | man/org.freedesktop.machine1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/org.freedesktop.machine1.xml b/man/org.freedesktop.machine1.xml index 0b35ab4313..3a2a4500b6 100644 --- a/man/org.freedesktop.machine1.xml +++ b/man/org.freedesktop.machine1.xml @@ -219,7 +219,7 @@ node /org/freedesktop/machine1 { scope properties are passed as array in the same way as to PID1's <function>StartTransientUnit()</function> method. Calling this method will internally register a transient scope unit for the calling client (utilizing the passed scope_properties) and move the leader PID into - it. The call returns an object path for the registered machine object that implements the + it. The method returns an object path for the registered machine object that implements the <interfacename>org.freedesktop.machine1.Machine</interfacename> interface (see below). Also see the <ulink url="https://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New Control Group Interfaces</ulink> for details about scope units and how to alter resource control settings on the @@ -252,7 +252,7 @@ node /org/freedesktop/machine1 { <para><function>TerminateMachine()</function> terminates a virtual machine, killing its processes. It takes a machine name as its only argument.</para> - <para><function>GetMachineAddresses()</function> retrieves the IP addresses of a container. This call + <para><function>GetMachineAddresses()</function> retrieves the IP addresses of a container. This method returns an array of pairs consisting of an address family specifier (<constant>AF_INET</constant> or <constant>AF_INET6</constant>) and a byte array containing the addresses. This is only supported for containers that make use of network namespacing.</para> |