summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-trace2.txt
diff options
context:
space:
mode:
authorJosh Steadmon <steadmon@google.com>2019-07-09 23:09:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-07-09 23:28:40 (GMT)
commit24df0d49c42d17c93aade8b6f3b9474d2c902385 (patch)
treec7e35464102bf3deb57d4b287d2086c299f73100 /Documentation/technical/api-trace2.txt
parentb697d92f56511e804b8ba20ccbe7bdc85dc66810 (diff)
downloadgit-24df0d49c42d17c93aade8b6f3b9474d2c902385.zip
git-24df0d49c42d17c93aade8b6f3b9474d2c902385.tar.gz
git-24df0d49c42d17c93aade8b6f3b9474d2c902385.tar.bz2
trace2: correct trace2 field name documentation
Correct the api-trace2 documentation, which lists "signal" as an expected field for the signal event type, but which actually outputs "signo" as the field name. Signed-off-by: Josh Steadmon <steadmon@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-trace2.txt')
-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 23c3cc7..fd1e6289 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.
}
------------