From 829e82d255f207ede50841b51825e14707c92671 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 6 Aug 2018 13:31:34 +1000 Subject: [PATCH] doc/user: match the quirks list output with the code Signed-off-by: Peter Hutterer --- doc/user/device-quirks.rst | 4 ++-- 1 file 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: ::