summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2020-04-10 21:31:29 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2020-04-10 21:31:29 +0200
commit7f782005e57bc922d8d35473d521f820aacf082a (patch)
tree6d3af767fb282e828df26101e81829cfab4d733a
parent9afe05c149839eb428784d9d2bfb914eb70522ea (diff)
downloadsystemd-7f782005e57bc922d8d35473d521f820aacf082a.tar.gz
sd-bus: sd_bus_message_append fixes
-rw-r--r--man/sd_bus_message_append.xml2
1 files changed, 1 insertions, 1 deletions
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.</para>
- <para>The <function>sd_bus_message_appendv()</function> is equivalent to the
+ <para><function>sd_bus_message_appendv()</function> is equivalent to
<function>sd_bus_message_append()</function>, except that it is called with a
<literal>va_list</literal> instead of a variable number of arguments. This function does not
call the <function>va_end()</function> macro. Because it invokes the