git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
b697d92
)
trace2: correct trace2 field name documentation
author
Josh Steadmon
<redacted>
Tue, 9 Jul 2019 23:09:01 +0000
(16:09 -0700)
committer
Junio C Hamano
<redacted>
Tue, 9 Jul 2019 23:28:40 +0000
(16:28 -0700)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/technical/api-trace2.txt
patch
|
blob
|
history
diff --git
a/Documentation/technical/api-trace2.txt
b/Documentation/technical/api-trace2.txt
index 23c3cc7a3727ed88513c1e735a41654a75334363..fd1e6289447050c39dcc993c552196c24c21b6e9 100644
(file)
--- 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
- "sign
al":13
# SIGTERM, SIGINT, etc.
+ "sign
o":13
# SIGTERM, SIGINT, etc.
}
------------
git clone https://git.99rst.org/PROJECT