aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-19 11:30:23 -0700
committerJunio 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)
downloadgit-fff813c6aee48348578f32c8ea5a48781f182b65.tar.xz
git-fff813c6aee48348578f32c8ea5a48781f182b65.zip
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 f7ffe7d5998..71eb081fed2 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.
}
------------