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=9003f9fc323852901dca57814284ea8e86048e8a;hp=7fae7becf4f157b01e31aab670e2e08f9a84fb95;hb=848e3e24b00a61130f20226ef5f051433d478c69;hpb=494a66821815e8109afa136bd42818b85da38c09 diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index 7fae7becf..9003f9fc3 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 @@ -81,13 +81,13 @@ 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 flag set. If SD_BUS_NAME_ALLOW_REPLACEMENT - is not set on the original request + is not set on the original request, such a request by other peers will be denied. @@ -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. @@ -125,10 +125,10 @@ errno-style error code. If SD_BUS_NAME_QUEUE is - specified sd_bus_request_name() + specified, sd_bus_request_name() will return 0 when the name is already taken by another peer and the client has been added to the - queue for the name. In that case the caller can + queue for the name. In that case, the caller can subscribe to NameOwnerChanged signals to be notified when the name is successfully acquired. sd_bus_request_name() @@ -165,7 +165,7 @@ -ESRCH - It was attemted to + It was attempted to release a name that is currently not registered on the bus. @@ -174,7 +174,7 @@ -EADDRINUSE - It was attemted to + It was attempted to release a name that is owned by a different peer on the bus. @@ -199,7 +199,7 @@ 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.