Merge branch 'js/trace2-signo-typofix' into maint

Documentation fix.

* js/trace2-signo-typofix:
  trace2: correct trace2 field name documentation
This commit is contained in:
Junio C Hamano
2019-07-29 12:38:12 -07:00

View File

@ -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.
}
------------