X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsd_bus_message_get_cookie.xml;h=bf403a222f3aec0ec61bc6f68fc934802463b3cf;hb=061eab675e6ab8fd8aea38b9e2d81af828c19466;hp=db344bf1beb7686a6cc96dbe80296501e323d9b9;hpb=494a66821815e8109afa136bd42818b85da38c09;p=elogind.git diff --git a/man/sd_bus_message_get_cookie.xml b/man/sd_bus_message_get_cookie.xml index db344bf1b..bf403a222 100644 --- a/man/sd_bus_message_get_cookie.xml +++ b/man/sd_bus_message_get_cookie.xml @@ -78,14 +78,14 @@ sd_bus_message_get_reply_cookie() 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 field. Both functions take a message object as first - parameter and a place to store the 64bit cookie + parameter and a place to store the 64-bit cookie in. @@ -96,8 +96,8 @@ integer. On failure, these calls return a negative errno-style error code. - On success the cookie/reply cookie is returned - in the specified 64bit unsigned integer variable. + On success, the cookie/reply cookie is returned + in the specified 64-bit unsigned integer variable. @@ -122,7 +122,7 @@ been sent yet and hence has no cookie assigned, or that the message is not a method response message and hence - carries to reply cookie + carries a reply cookie field.