doc/user: replace evemu with libinput-record in the documentation
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 18 Feb 2019 05:46:07 +0000 (15:46 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 18 Feb 2019 05:53:46 +0000 (15:53 +1000)
Fixes #220

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
doc/user/reporting-bugs.rst
doc/user/touchpad-jumping-cursors.rst
doc/user/touchpad-pressure-debugging.rst

index adeeb8c71c54e27ef8b5eb5ced0c54333636db00..ab22c5c31521819417f5c9cb55dff99ae1f28264 100644 (file)
@@ -14,7 +14,7 @@ https://gitlab.freedesktop.org/libinput/libinput/issues/new
 When reporting bugs against libinput, you will need:
 
 - a reliable :ref:`reproducer <reporting_bugs_reproducer>` for the bug
-- an :ref:`evemu recording <evemu>` of the device while the bug is reproduced
+- a :ref:`recording <libinput-record>` of the device while the bug is reproduced
 - device-specific information, see
 
      - :ref:`reporting_bugs_touchpad`
index 526cadddcc7ec7b8bf28d38d6c43c1e0e7f9443f..d09cd4445a827132f18b9cd1707a56b2aa06a456 100644 (file)
@@ -16,7 +16,7 @@ the text **"Touch jump detected and discarded."** and a link to this page.
 
 In most cases, this is a bug in the kernel driver and to libinput it appears
 that the touch point moves from its previous position. The pointer jump can
-usually be seen in the evemu-record output for the device:
+usually be seen in the :ref:`libinput record <libinput-record>` output for the device:
 
 
 ::
@@ -53,6 +53,6 @@ represent a physical move of almost 50mm. libinput detects some of these
 jumps and discards the movement but otherwise continues as usual. However,
 the bug should be fixed at the kernel level.
 
-When you encounter the warning in the log, please generate an evemu
-recording of your touchpad and file a bug. See :ref:`reporting_bugs` for more
-details.
+When you encounter the warning in the log, please generate a recording of
+your touchpad with :ref:`libinput record <libinput-record>` and file a bug.
+See :ref:`reporting_bugs` for more details.
index 075cb8856e619044e338b977c5ca7f71a219e0d0..5317f1ff33e133c558e76aec506e65988cd06000 100644 (file)
@@ -179,7 +179,7 @@ Once the thresholds are decided on (e.g. 10 and 8), they can be enabled with
      AttrTouchSizeRange=10:8
 
 The first line is the match line and should be adjusted for the device name
-(see evemu-record's output) and for the local system, based on the
+(see :ref:`libinput record <libinput-record>`'s output) and for the local system, based on the
 information in ``/sys/class/dmi/id/modalias``. The modalias should be
 shortened to the specific system's information, usually system vendor (svn)
 and product name (pn).