diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-07-19 11:30:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-19 11:30:23 -0700 |
commit | fff813c6aee48348578f32c8ea5a48781f182b65 (patch) | |
tree | f5871cbbf3b1b85687e99ad64c1bc23c24fd0e00 | |
parent | Merge branch 'kb/mingw-set-home' (diff) | |
parent | trace2: correct trace2 field name documentation (diff) | |
download | tgif-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.txt | 2 |
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. } ------------ |