Browse Source

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>
maint
Josh Steadmon 6 years ago committed by Junio C Hamano
parent
commit
24df0d49c4
  1. 2
      Documentation/technical/api-trace2.txt

2
Documentation/technical/api-trace2.txt

@ -668,7 +668,7 @@ completed.)
"event":"signal", "event":"signal",
... ...
"t_abs":0.001227, # elapsed time in seconds "t_abs":0.001227, # elapsed time in seconds
"signal":13 # SIGTERM, SIGINT, etc. "signo":13 # SIGTERM, SIGINT, etc.
} }
------------ ------------



Loading…
Cancel
Save