diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-01-11 09:23:32 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-01-11 10:29:53 +1000 |
commit | 8cd99782831c6d6e8407c7e99471780d118d2648 (patch) | |
tree | 5076d94874341e87456ac4de24da39b912e652b3 | |
parent | 45aa64622fd2aea01de15bf192e39e1cbade9918 (diff) |
man: remove reference to XListInputDevices
xinput --list uses XListInputDevices on XI1 servers and XIQueryDevice on XI2
servers. Also, who cares about that when reading the man page anyway...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Julien Cristau <jcristau@debian.org>
-rw-r--r-- | man/xinput.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/xinput.man b/man/xinput.man index 6705373..7e1a9d3 100644 --- a/man/xinput.man +++ b/man/xinput.man @@ -19,7 +19,7 @@ require a device name. .TP 8 .B --list [--short || --long] [\fIdevice\fP] If no argument is given list all the input devices. If an argument is given, -show all the features of \fIdevice\fP. Uses XListInputDevices(3). +show all the features of \fIdevice\fP. If --long is provided, the output includes detailed information about the capabilities of each devices. Otherwise, or if --short is provided, only the device names and some minimal information is listed. |