From 18e397446f89e58a76e17ca6d010820d06a541cd Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 21 Jun 2018 13:49:41 +1000 Subject: [PATCH] doc: update docs to use a .yml suffix for libinput recorded files Signed-off-by: Peter Hutterer --- doc/tools.dox | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/tools.dox b/doc/tools.dox index c38c2fc7..0067345d 100644 --- a/doc/tools.dox +++ b/doc/tools.dox @@ -146,7 +146,7 @@ Wayland or even what version of libinput is currently running. The use of the tools is straightforward, just run without arguments, piping the output into a file: @verbatim -$ sudo libinput record > touchpad.log +$ sudo libinput record > touchpad.yml Available devices: /dev/input/event0: Lid Switch /dev/input/event1: Sleep Button @@ -186,7 +186,7 @@ alphanumeric key shows up as letter "a". The recording can be replayed with the `libinput replay` command: @verbatim -$ sudo libinput replay touchpad.log +$ sudo libinput replay touchpad.yml SynPS/2 Synaptics TouchPad: /dev/input/event19 Hit enter to start replaying @endverbatim @@ -213,8 +213,8 @@ devices must be correct and we need to record the events in one go. once. Unlike the normal invocation, this one requires a number of arguments: @verbatim -$ sudo libinput record --multiple --output-file=touchpad-bug.log /dev/input/event17 /dev/input/event3 -recording to 'touchpad-bug.log' +$ sudo libinput record --multiple --output-file=touchpad-bug.yml /dev/input/event17 /dev/input/event3 +recording to 'touchpad-bug.yml' @endverbatim As seen above, a user must specify `--multiple` and the `--output-file`. @@ -223,7 +223,7 @@ well. Replaying events is the same as for a single recording: @verbatim -$ sudo libinput replay touchpad-bug.log +$ sudo libinput replay touchpad-bug.yml @endverbatim @subsection libinput-measure Measuring device properties with libinput measure