Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-19 21:30:23 +0300
committerJunio C Hamano <gitster@pobox.com>2019-07-19 21:30:23 +0300
commitfff813c6aee48348578f32c8ea5a48781f182b65 (patch)
treef5871cbbf3b1b85687e99ad64c1bc23c24fd0e00 /Documentation
parentfc613d2d6eadbc57780e4151ef8f89d07cb959cc (diff)
parent24df0d49c42d17c93aade8b6f3b9474d2c902385 (diff)
Merge branch 'js/trace2-signo-typofix'
Documentation fix. * js/trace2-signo-typofix: trace2: correct trace2 field name documentation
Diffstat (limited to '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.
}
------------