X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_request_name.xml;h=ca082183cca7e4f3719dd873bdcf4c002452d5e5;hp=7393fdd90e403c039555c45e34baabcff46f6f0f;hb=3bfd4e0c6341b0ef946d2198f089743fa99e0a97;hpb=e0e009c067aa7237f9683c46e5845bbb11ec67c2 diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index 7393fdd90..ca082183c 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 @@ -54,14 +54,14 @@ int sd_bus_request_name - sd_bus* bus + sd_bus *bus const char *name uint64_t flags int sd_bus_release_name - sd_bus* bus + sd_bus *bus const char *name @@ -143,7 +143,7 @@ - -EALREADY + -EALREADY The caller already is the owner of the specified @@ -151,7 +151,7 @@ - -EEXIST + -EEXIST The name has already been acquired by a different peer, and @@ -163,7 +163,7 @@ - -ESRCH + -ESRCH It was attempted to release a name that is currently not @@ -172,7 +172,7 @@ - -EADDRINUSE + -EADDRINUSE It was attempted to release a name that is owned by a @@ -181,21 +181,21 @@ - -EINVAL + -EINVAL A specified parameter is invalid. - -ENOTCONN + -ENOTCONN The bus connection has been disconnected. - -ECHILD + -ECHILD The bus connection has been created in a different process @@ -211,7 +211,7 @@ and sd_bus_release_name() interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd-bus pkg-config1 + libsystemd pkg-config1 file.