summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-07-19 11:30:23 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-07-19 11:30:23 -0700
commitfff813c6aee48348578f32c8ea5a48781f182b65 (patch)
treef5871cbbf3b1b85687e99ad64c1bc23c24fd0e00
parentMerge branch 'kb/mingw-set-home' (diff)
parenttrace2: correct trace2 field name documentation (diff)
downloadtgif-fff813c6aee48348578f32c8ea5a48781f182b65.tar.xz
Merge branch 'js/trace2-signo-typofix'
Documentation fix. * js/trace2-signo-typofix: trace2: correct trace2 field name documentation
-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 f7ffe7d599..71eb081fed 100644
--- a/Documentation/technical/api-trace2.txt
+++ b/Documentation/technical/api-trace2.txt
@@ -668,7 +668,7 @@ completed.)
"event":"signal",
...
"t_abs":0.001227, # elapsed time in seconds
- "signal":13 # SIGTERM, SIGINT, etc.
+ "signo":13 # SIGTERM, SIGINT, etc.
}
------------