mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-23 17:34:00 +03:00
man: use the same markup for "ap" everywhere
This commit is contained in:
parent
28c7474e60
commit
c765233c89
@ -100,7 +100,7 @@
|
||||
<paramdef>sd_bus_error *<parameter>e</parameter></paramdef>
|
||||
<paramdef>int <parameter>error</parameter></paramdef>
|
||||
<paramdef>const char *<parameter>format</parameter></paramdef>
|
||||
<paramdef>va_list ap</paramdef>
|
||||
<paramdef>va_list <parameter>ap</parameter></paramdef>
|
||||
</funcprototype>
|
||||
|
||||
<funcprototype>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user