From c765233c8934dfa4fe8c58e479794014d4dc33d2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 2 Jul 2018 23:21:04 +0200 Subject: [PATCH] man: use the same markup for "ap" everywhere --- man/sd_bus_error.xml | 2 +- man/sd_bus_message_append.xml | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/man/sd_bus_error.xml b/man/sd_bus_error.xml index 77cb16e..1d2cd5a 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 b70ec83..3cdfa7e 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