From 7f782005e57bc922d8d35473d521f820aacf082a Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Fri, 10 Apr 2020 21:31:29 +0200 Subject: [PATCH] sd-bus: sd_bus_message_append fixes --- man/sd_bus_message_append.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3