diff options
author | Daniel Mack <github@zonque.org> | 2015-06-20 14:00:28 +0200 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2015-06-20 14:00:28 +0200 |
commit | ebc647538404d51d3831648c9ff9f9bf9a7b66f6 (patch) | |
tree | 4a506b109bb234e1d32ba2c78e0ad764e7dd0cd3 | |
parent | 3ed18ce28c2a8058fa740ad27436a2d73f096488 (diff) | |
parent | 30cd76383a4994c67baf637318cf5bd4b2f3149b (diff) |
Merge pull request #301 from daurnimator/master
man: sd-bus: it's 'machine' not 'container'
-rw-r--r-- | man/sd_bus_default.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/sd_bus_default.xml b/man/sd_bus_default.xml index 9b4c71b677..c5a1b530f9 100644 --- a/man/sd_bus_default.xml +++ b/man/sd_bus_default.xml @@ -172,7 +172,7 @@ <literal>@</literal> symbol, and the hostname. </para> - <para><function>sd_bus_open_system_container()</function> connects + <para><function>sd_bus_open_system_machine()</function> connects to the system bus in the specified <parameter>machine</parameter>, where <parameter>machine</parameter> is the name of a local container. See |