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=9ddf2b89c5c8b4f866093edfbea5d7cb83f5f3dd;hb=0c13be389faea49fd8a370dc8186e7d5d20e967d;hpb=8dc385e7701726be69b681e2738a1d74a21b24f1 diff --git a/man/sd_bus_open_user.xml b/man/sd_bus_open_user.xml index 9ddf2b89c..e7a765962 100644 --- a/man/sd_bus_open_user.xml +++ b/man/sd_bus_open_user.xml @@ -1,4 +1,4 @@ - + @@ -21,7 +21,7 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . --> - + sd_bus_open_user @@ -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,16 +121,16 @@ 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 for more information about "machines". sd_bus_default_user() returns a bus - object connected to the user bus. This bus object is shared - per-thread. It is created on the first invocation of + object connected to the user bus. Each thread has its own object, but it + may be passed around. It is created on the first invocation of sd_bus_default_user(), and subsequent invocations returns a reference to the same object. @@ -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.