X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_bus_request_name.xml;h=520e6fb84039ff4320eb5fe4e9a40e6a9dc55126;hb=9858f7c39367e32696b1aa1b25d67eee4b10d45d;hp=6aa132bb2649caf2ae07fe4d97cab801d557eb7f;hpb=798d3a524ea57aaf40cb53858aaa45ec702f012d;p=elogind.git diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index 6aa132bb2..520e6fb84 100644 --- a/man/sd_bus_request_name.xml +++ b/man/sd_bus_request_name.xml @@ -21,7 +21,7 @@ along with systemd; If not, see . --> - + sd_bus_request_name @@ -45,7 +45,7 @@ sd_bus_request_name sd_bus_release_name - Request or release a well-known name on a bus + Request or release a well-known service name on a bus @@ -71,9 +71,9 @@ Description sd_bus_request_name() requests a - well-known name on a bus. It takes a bus connection, a valid bus - name and a flags parameter. The flags parameter is a combination - of the following flags: + well-known service name on a bus. It takes a bus connection, a + valid bus name and a flags parameter. The flags parameter is a + combination of the following flags: @@ -166,8 +166,11 @@ -EINVAL - A specified parameter is - invalid. + A specified parameter is invalid. This is also + generated when the requested name is a special service name + reserved by the D-Bus specification, or when the operation is + requested on a connection that does not refer to a + bus. @@ -193,7 +196,7 @@ sd_bus_release_name() interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd pkg-config1 + libelogind pkg-config1 file.