From: Zbigniew Jędrzejewski-Szmek Date: Mon, 2 Jul 2018 21:21:04 +0000 (+0200) Subject: man: use the same markup for "ap" everywhere X-Git-Tag: v240~1001^2~1 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsystemd.git;a=commitdiff_plain;h=c765233c8934dfa4fe8c58e479794014d4dc33d2 man: use the same markup for "ap" everywhere --- diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 77cb16e1436..1d2cd5a7a8c 100644 --- a/man/sd_bus_error.xml +++ b/man/sd_bus_error.xml @@ -100,7 +100,7 @@ sd_bus_error *e int error const char *format - va_list ap + va_list ap diff --git a/man/sd_bus_message_append.xml b/man/sd_bus_message_append.xml index b70ec8309ce..3cdfa7ef44b 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. - The sd_bus_message_appendv() is equivalent to - the function sd_bus_message_append(), - except that it is called with a va_list instead of - a variable number of arguments. This function does not call the - va_end() macro. Because it invokes the - va_arg() macro, the value of ap - is undefined after the call. + The sd_bus_message_appendv() is equivalent to the + sd_bus_message_append(), except that it is called with + a va_list instead of a variable number of arguments. This + function does not call the va_end() macro. Because it + invokes the va_arg() macro, the value of + ap is undefined after the call. For further details on the D-Bus type system, please consult the