]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sd-bus: sd_bus_message_append fixes
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 10 Apr 2020 19:31:29 +0000 (21:31 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 10 Apr 2020 19:31:29 +0000 (21:31 +0200)
man/sd_bus_message_append.xml

index a67819e0d72180401bf17737bc58a8f008d6a3ee..6ebcc8d9ea6f07c3ce1ac77884d6b7a71447b089 100644 (file)
@@ -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