summaryrefslogtreecommitdiff
path: root/man/sd_bus_message_append.xml
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-07-02 23:21:04 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-07-03 01:34:18 +0200
commitc765233c8934dfa4fe8c58e479794014d4dc33d2 (patch)
tree4360827c819be11db972a0ddfb699338e5fcbfb2 /man/sd_bus_message_append.xml
parent28c7474e60c3871f713782bf823deef864ce6a9c (diff)
downloadsystemd-c765233c8934dfa4fe8c58e479794014d4dc33d2.tar.gz
man: use the same markup for "ap" everywhere
Diffstat (limited to 'man/sd_bus_message_append.xml')
-rw-r--r--man/sd_bus_message_append.xml13
1 files changed, 6 insertions, 7 deletions
diff --git a/man/sd_bus_message_append.xml b/man/sd_bus_message_append.xml
index b70ec8309c..3cdfa7ef44 100644
--- a/man/sd_bus_message_append.xml
+++ b/man/sd_bus_message_append.xml
@@ -94,13 +94,12 @@
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 function <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
- <function>va_arg()</function> macro, the value of ap
- is undefined after the call.</para>
+ <para>The <function>sd_bus_message_appendv()</function> is equivalent to the
+ <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 <function>va_arg()</function> macro, the value of
+ <parameter>ap</parameter> is undefined after the call.</para>
<para>For further details on the D-Bus type system, please consult
the <ulink