Skip to content

Commit fff813c

Browse files
committed
Merge branch 'js/trace2-signo-typofix'
Documentation fix. * js/trace2-signo-typofix: trace2: correct trace2 field name documentation
2 parents fc613d2 + 24df0d4 commit fff813c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/api-trace2.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ completed.)
668668
"event":"signal",
669669
...
670670
"t_abs":0.001227, # elapsed time in seconds
671-
"signal":13 # SIGTERM, SIGINT, etc.
671+
"signo":13 # SIGTERM, SIGINT, etc.
672672
}
673673
------------
674674

0 commit comments

Comments
 (0)