summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2021-02-19 08:44:23 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2021-02-19 09:09:53 +1000
commitea4f89bd1de255b4b6d435cf7b71eb0e77907ff5 (patch)
tree2f36e860a48bd57fab08927a0dcb39c31b8f0155
parent1b8dd97092f62953a1a18baa8f0475155bb24990 (diff)
downloadlibinput-ea4f89bd1de255b4b6d435cf7b71eb0e77907ff5.tar.gz
tools/record: correct the evdev data format in the man page
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--tools/libinput-record.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/libinput-record.man b/tools/libinput-record.man
index 196ad0f3..76dda292 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.