X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_open_user.xml;h=e7a765962a782b6e3c522c36a3faa0aaba439270;hp=7fa1be61ed1854747e986eaf41fd1c6623406639;hb=a03fe1a5d56be86fcc383090e191224590a1ab5d;hpb=7c071fda945a8f9e3b11d37dc04c8bdfa615d44a diff --git a/man/sd_bus_open_user.xml b/man/sd_bus_open_user.xml index 7fa1be61e..e7a765962 100644 --- a/man/sd_bus_open_user.xml +++ b/man/sd_bus_open_user.xml @@ -1,4 +1,4 @@ - + @@ -96,13 +96,13 @@ along with systemd; If not, see . Description sd_bus_open_user() creates a new bus - object and opens a connection to the the user bus. + object and opens a connection to the user bus. sd_bus_open_system() does the same, but connects to the system bus. If the $DBUS_SESSION_BUS_ADDRESS environment variable is set - (c.f. environ7), + (cf. environ7), it will be used as the address of the user bus. This variable can contain multiple addresses separated by ;. If this variable is not set, a suitable default for the default user @@ -121,8 +121,8 @@ along with systemd; If not, see . followed by the @ symbol, and the hostname. - sd_bus_open_system_remote() connects to - the system bus in the specified machine, + sd_bus_open_system_container() connects + to the system bus in the specified machine, where machine is the name of a container. See machinectl1 @@ -171,7 +171,7 @@ along with systemd; If not, see . - -EINVAL + -EINVAL Specified parameter is invalid (NULL in case of output @@ -179,7 +179,7 @@ along with systemd; If not, see . - -ENOMEM + -ENOMEM Memory allocation failed. @@ -195,7 +195,7 @@ along with systemd; If not, see . sd_bus_open_user() and other functions described here are available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libsystemd pkg-config1 file.