From 473563ea1f172e9691f9363aa4adf4dcddba1af3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Genz?= Date: Tue, 4 Jun 2019 01:44:38 +0000 Subject: [PATCH] doc/user: fix some typos (cherry picked from commit 58ce4960e4d067a7604485441779474fd8597689) --- doc/user/tools.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/tools.rst b/doc/user/tools.rst index 67b34504..d4700852 100644 --- a/doc/user/tools.rst +++ b/doc/user/tools.rst @@ -24,7 +24,7 @@ The most common tools used are: - ``libinput quirks``: show quirks assigned to a device, see :ref:`here ` -Most the tools must be run as root to have access to the kernel's +Most of the tools must be run as root to have access to the kernel's ``/dev/input/event*`` device files. .. _libinput-list-devices: @@ -69,7 +69,7 @@ The above listing shows example output for a touchpad. The default configuration for this device, for options that have more than a binary state all available options are listed, with the default one prefixed with an asterisk (``*``). In the example above, the default click method is -button-areas but clickinger is available. +button-areas but clickfinger is available. .. note:: This tool is intended for human-consumption and may change its output at any time.