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_message_get_cookie.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_message_get_cookie.xml')
-rw-r--r-- | man/sd_bus_message_get_cookie.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/sd_bus_message_get_cookie.xml b/man/sd_bus_message_get_cookie.xml index db344bf1be..0e3c4ba723 100644 --- a/man/sd_bus_message_get_cookie.xml +++ b/man/sd_bus_message_get_cookie.xml @@ -78,7 +78,7 @@ <para><function>sd_bus_message_get_reply_cookie()</function> returns the transaction cookie of the message the specified message is a response to. When a reply - message is generated for a method call message its + message is generated for a method call message, its cookie is copied over into this field. Note that while every message that is transferred is identified by a cookie, only response messages carry a reply cookie @@ -96,7 +96,7 @@ integer. On failure, these calls return a negative errno-style error code.</para> - <para>On success the cookie/reply cookie is returned + <para>On success, the cookie/reply cookie is returned in the specified 64bit unsigned integer variable.</para> </refsect1> |