aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2022-05-03 10:26:46 +0000
committerJunio C Hamano <gitster@pobox.com>2022-05-04 10:31:05 -0700
commit236d1177ba893b1101de5b330cd4eb116e4eb9d3 (patch)
treed0af835de8be05a7ec7d9cb36e2e7e216d8646d0 /Documentation/technical
parentc4667b17fb67482b2b6d3787ff496e5c75ab2075 (diff)
downloadgit-236d1177ba893b1101de5b330cd4eb116e4eb9d3.tar.gz
trace2 docs: clarify what `varargs` is all about
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/api-trace2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-trace2.txt b/Documentation/technical/api-trace2.txt
index bf0f075073..05fa38cf65 100644
--- a/Documentation/technical/api-trace2.txt
+++ b/Documentation/technical/api-trace2.txt
@@ -170,7 +170,7 @@ Some functions have a `_va_fl()` suffix to indicate that they also
take a `va_list` argument.
Some functions have a `_printf_fl()` suffix to indicate that they also
-take a varargs argument.
+take a `printf()` style format with a variable number of arguments.
There are CPP wrapper macros and `#ifdef`s to hide most of these details.
See `trace2.h` for more details. The following discussion will only