summaryrefslogtreecommitdiff
path: root/man/sd_bus_default.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-18 13:22:29 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-18 19:57:43 +0100
commit3f549982a5f8f6b1e7c88076b6ce482cc42da03d (patch)
treea1521b43d6233e372a5d630b7f1de9a63838b0fa /man/sd_bus_default.xml
parentd3d5ff4bc21379d9aabb5a26818a30c11a74ad48 (diff)
downloadsystemd-3f549982a5f8f6b1e7c88076b6ce482cc42da03d.tar.gz
man: add sd_bus_set_address(3)
Diffstat (limited to 'man/sd_bus_default.xml')
-rw-r--r--man/sd_bus_default.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/sd_bus_default.xml b/man/sd_bus_default.xml
index ca06f8e6f4..a46b1cb488 100644
--- a/man/sd_bus_default.xml
+++ b/man/sd_bus_default.xml
@@ -186,14 +186,14 @@
<para>Note that entering a container is a privileged operation, and will likely only
work for the root user on the remote machine.</para>
- <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
- <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry>
- for more information about the "machine" concept. Note that
- connections into local containers are only available to privileged
- processes at this time.</para>
+ <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
+ <citerefentry><refentrytitle>sd_bus_set_address</refentrytitle><manvolnum>3</manvolnum></citerefentry>
+ for a description of the address syntax, and
+ <citerefentry><refentrytitle>machinectl</refentrytitle><manvolnum>1</manvolnum></citerefentry> for more
+ information about the "machine" concept. Note that connections into local containers are only available
+ to privileged processes at this time.</para>
<para>These calls allocate a bus connection object and initiate
the connection to a well-known bus of some form. An alternative to