From: Daan De Meyer Date: Fri, 10 Apr 2020 19:31:29 +0000 (+0200) Subject: sd-bus: sd_bus_message_append fixes X-Git-Tag: v246-rc1~607^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f782005e57bc922d8d35473d521f820aacf082a;p=thirdparty%2Fsystemd.git sd-bus: sd_bus_message_append fixes --- diff --git a/man/sd_bus_message_append.xml b/man/sd_bus_message_append.xml index a67819e0d72..6ebcc8d9ea6 100644 --- a/man/sd_bus_message_append.xml +++ b/man/sd_bus_message_append.xml @@ -80,7 +80,7 @@ dictionary entries, followed by a pair of values for each entry matching the element type of the dictionary entries. - The sd_bus_message_appendv() is equivalent to the + sd_bus_message_appendv() is equivalent to sd_bus_message_append(), except that it is called with a va_list instead of a variable number of arguments. This function does not call the va_end() macro. Because it invokes the