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-29 22:38:12 +0300
committerJunio C Hamano <gitster@pobox.com>2019-07-29 22:38:12 +0300
commit8926ea6a1255e3ffccba581cf701431b6dbb722b (patch)
tree838d0863fbfaad076bf8357038bf829db0ce9365
parentc8823b44f16ed12d53ec3fa6592e3db6ff0e5e28 (diff)
parent24df0d49c42d17c93aade8b6f3b9474d2c902385 (diff)
Merge branch 'js/trace2-signo-typofix' into maint
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 23c3cc7a37..fd1e628944 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.
}
------------