diff options
author | Jan Engelhardt <jengelh@inai.de> | 2013-12-26 02:47:44 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-25 22:53:46 -0500 |
commit | b040723ea412209e0edf54647fa5aa4287411507 (patch) | |
tree | c20130ec95b22a9a310788d85c000f1668486f59 /man/sd_bus_request_name.xml | |
parent | 494a66821815e8109afa136bd42818b85da38c09 (diff) |
man: improvements to comma placement
This is a recurring submission and includes corrections to:
comma placement.
Diffstat (limited to 'man/sd_bus_request_name.xml')
-rw-r--r-- | man/sd_bus_request_name.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/sd_bus_request_name.xml b/man/sd_bus_request_name.xml index 7fae7becf4..c84b0b62fa 100644 --- a/man/sd_bus_request_name.xml +++ b/man/sd_bus_request_name.xml @@ -87,7 +87,7 @@ <varname>SD_BUS_NAME_REPLACE_EXISTING</varname> flag set. If <varname>SD_BUS_NAME_ALLOW_REPLACEMENT</varname> - is not set on the original request + is not set on the original request, such a request by other peers will be denied.</para></listitem> </varlistentry> @@ -125,10 +125,10 @@ errno-style error code.</para> <para>If <varname>SD_BUS_NAME_QUEUE</varname> is - specified <function>sd_bus_request_name()</function> + specified, <function>sd_bus_request_name()</function> 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 <literal>NameOwnerChanged</literal> signals to be notified when the name is successfully acquired. <function>sd_bus_request_name()</function> |