]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: use the same markup for "ap" everywhere
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Jul 2018 21:21:04 +0000 (23:21 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 2 Jul 2018 23:34:18 +0000 (01:34 +0200)
man/sd_bus_error.xml
man/sd_bus_message_append.xml

index 77cb16e1436e4f76c06cb35c86ac07592e8364cf..1d2cd5a7a8c92195d5b1476a21ca619155f0a1f5 100644 (file)
         <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>
index b70ec8309ceac04b48d94e1b0245f6025f3c9aca..3cdfa7ef44b98c68bcdadfde4ee189ef7a14c050 100644 (file)
     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