X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_request_name.xml;h=ca082183cca7e4f3719dd873bdcf4c002452d5e5;hp=c84b0b62fa94b38191f049a33151a06c9270c06e;hb=9e7e440835c43d81ffdbc299d2c07daaa641ed50;hpb=b040723ea412209e0edf54647fa5aa4287411507 diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index c84b0b62f..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 @@ -81,7 +81,7 @@ SD_BUS_NAME_ALLOW_REPLACEMENT After acquiring the - name successuflly, permit other peers + name successfully, permit other peers to take over the name when they try to acquire it with the SD_BUS_NAME_REPLACE_EXISTING @@ -95,10 +95,10 @@ SD_BUS_NAME_REPLACE_EXISTING - Take over a the name - if it is already acquired by a another - peer, and that other peer permitted - taking it over by setting + Take over the name + if it is already acquired by another + peer, and that other peer has permitted + takeover by setting SD_BUS_NAME_ALLOW_REPLACEMENT while acquiring it. @@ -106,8 +106,8 @@ SD_BUS_NAME_QUEUE - Queue name - acquisition when the name is already + Queue the acquisition + of the name when the name is already taken. @@ -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,43 +163,43 @@ - -ESRCH + -ESRCH - It was attemted to + It was attempted to release a name that is currently not registered on the bus. - -EADDRINUSE + -EADDRINUSE - It was attemted to + It was attempted to release a name that is owned by a different peer on the bus. - -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 - than the current. + than the current one. @@ -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.