mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +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>sd_bus_error *<parameter>e</parameter></paramdef>
|
||||||
<paramdef>int <parameter>error</parameter></paramdef>
|
<paramdef>int <parameter>error</parameter></paramdef>
|
||||||
<paramdef>const char *<parameter>format</parameter></paramdef>
|
<paramdef>const char *<parameter>format</parameter></paramdef>
|
||||||
<paramdef>va_list ap</paramdef>
|
<paramdef>va_list <parameter>ap</parameter></paramdef>
|
||||||
</funcprototype>
|
</funcprototype>
|
||||||
|
|
||||||
<funcprototype>
|
<funcprototype>
|
||||||
|
@ -94,13 +94,12 @@
|
|||||||
values for each entry matching the element type of
|
values for each entry matching the element type of
|
||||||
the dictionary entries.</para>
|
the dictionary entries.</para>
|
||||||
|
|
||||||
<para>The <function>sd_bus_message_appendv()</function> is equivalent to
|
<para>The <function>sd_bus_message_appendv()</function> is equivalent to the
|
||||||
the function <function>sd_bus_message_append()</function>,
|
<function>sd_bus_message_append()</function>, except that it is called with
|
||||||
except that it is called with a <literal>va_list</literal> instead of
|
a <literal>va_list</literal> instead of a variable number of arguments. This
|
||||||
a variable number of arguments. This function does not call the
|
function does not call the <function>va_end()</function> macro. Because it
|
||||||
<function>va_end()</function> macro. Because it invokes the
|
invokes the <function>va_arg()</function> macro, the value of
|
||||||
<function>va_arg()</function> macro, the value of ap
|
<parameter>ap</parameter> is undefined after the call.</para>
|
||||||
is undefined after the call.</para>
|
|
||||||
|
|
||||||
<para>For further details on the D-Bus type system, please consult
|
<para>For further details on the D-Bus type system, please consult
|
||||||
the <ulink
|
the <ulink
|
||||||
|
Loading…
Reference in New Issue
Block a user