X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsd_bus_message_get_cookie.xml;h=3e3f9bd7be8acdb33ec9fcd5ef1b7a4521360959;hp=bf403a222f3aec0ec61bc6f68fc934802463b3cf;hb=23bbb0de4e3f85d9704a5c12a5afa2dfa0159e41;hpb=e0e009c067aa7237f9683c46e5845bbb11ec67c2 diff --git a/man/sd_bus_message_get_cookie.xml b/man/sd_bus_message_get_cookie.xml index bf403a222..3e3f9bd7b 100644 --- a/man/sd_bus_message_get_cookie.xml +++ b/man/sd_bus_message_get_cookie.xml @@ -21,7 +21,7 @@ along with systemd; If not, see . --> - + sd_bus_message_get_cookie @@ -54,14 +54,14 @@ int sd_bus_message_get_cookie - sd_bus_message* message - uint64_t* cookie + sd_bus_message *message + uint64_t *cookie int sd_bus_message_get_reply_cookie - sd_bus_message* message - uint64_t* cookie + sd_bus_message *message + uint64_t *cookie @@ -107,14 +107,14 @@ - -EINVAL + -EINVAL A specified parameter is invalid. - -ENODATA + -ENODATA No cookie has been assigned to this message. This either @@ -135,7 +135,7 @@ and sd_bus_message_get_reply_cookie() interfaces are available as a shared library, which can be compiled and linked to with the - libsystemd-bus pkg-config1 + libsystemd pkg-config1 file.