summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-08-06 13:31:34 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2018-08-06 13:34:14 +1000
commit829e82d255f207ede50841b51825e14707c92671 (patch)
tree804ad337ac1f2f9e2b98dff6003618887816f48f /doc
parent8cbf5585ffa6e3f24e97f9ee21f40954adcedd35 (diff)
downloadlibinput-829e82d255f207ede50841b51825e14707c92671.tar.gz
doc/user: match the quirks list output with the code
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/user/device-quirks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/device-quirks.rst b/doc/user/device-quirks.rst
index e58cb811..5531316f 100644
--- a/doc/user/device-quirks.rst
+++ b/doc/user/device-quirks.rst
@@ -70,10 +70,10 @@ This tool takes an action as first argument, the most common invocation is
devices. ::
$ libinput quirks list /dev/input/event19
- Device has no quirks defined
$ libinput quirks list /dev/input/event0
- AttrLidSwitchReliability
+ AttrLidSwitchReliability=reliable
+The device `event19` does not have any quirks assigned.
When called with the ``--verbose`` argument, ``libinput quirks list`` prints
information about all files and its attempts to match the device: ::