tracef.3.txt/tracelog.3.txt: always take variadic variants into account
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 10 Mar 2021 03:38:35 +0000 (22:38 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 10 Mar 2021 15:04:34 +0000 (10:04 -0500)
commitd6208c2d79b114af0c7ab1ea78240b2d11081066
treefb2d766bb953e8d9f22071f314d3ef9117382cae
parent8cbeea02ccddb16d22cfa3b1858de86039139c54
tracef.3.txt/tracelog.3.txt: always take variadic variants into account

This patch makes the `tracef.3.txt` and `tracelog.3.txt` manual page
sources always mention the variadic variant where the non-variadic
variant is mentioned for consistency.

This patch also changes the `va_list` type from the "SYNOPSIS" sections
as vtracef() and vtracelog() are macros. The type of the `ap` parameter
(`va_list`) is given in the "DESCRIPTION" sections.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I84a795d16a39a483c43f1963189cd7e1faa5c329
doc/man/tracef.3.txt
doc/man/tracelog.3.txt
This page took 0.027247 seconds and 4 git commands to generate.