From: Peter Hutterer Date: Sun, 10 Jan 2010 23:23:32 +0000 (+1000) Subject: man: remove reference to XListInputDevices X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/8cd99782831c6d6e8407c7e99471780d118d2648?ds=sidebyside;hp=45aa64622fd2aea01de15bf192e39e1cbade9918 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 Acked-by: Julien Cristau --- 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.