diff --git a/man/sd_bus_message_append.xml b/man/sd_bus_message_append.xml index a67819e0d7..6ebcc8d9ea 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