From: Peter Hutterer Date: Thu, 18 Feb 2021 22:44:23 +0000 (+1000) Subject: tools/record: correct the evdev data format in the man page X-Git-Tag: 1.17.0~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea4f89bd1de255b4b6d435cf7b71eb0e77907ff5;p=platform%2Fupstream%2Flibinput.git tools/record: correct the evdev data format in the man page Signed-off-by: Peter Hutterer --- diff --git a/tools/libinput-record.man b/tools/libinput-record.man index 196ad0f..76dda29 100644 --- a/tools/libinput-record.man +++ b/tools/libinput-record.man @@ -285,8 +285,8 @@ A list of the recorded events. The list contains dictionaries Information about the events. The content is a list of dictionaries, with the string identifying the type of event sequence. .TP 8 -.B { evdev: [ {"data": [sec, usec, type, code, value]}, ...] } -Each \fBinput_event\fR dictionary contains the contents of a \fBstruct +.B { evdev: [ [sec, usec, type, code, value], ...] } +Each \fBevdev\fR dictionary contains the contents of a \fBstruct input_event\fR in decimal format. The last item in the list is always the \fBSYN_REPORT\fR of this event frame. The next event frame starts a new \fBevdev\fR dictionary entry in the parent \fBevents\fR list.