summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-07-21 11:21:47 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-07-21 11:21:47 +1000
commitd3ee745a2461c09c86916f2ecf97426b6145ee09 (patch)
tree17de824fdb3938290264311f59445cb9769e77b9
parentb550b70a002e0f1645a3ac6bc80d367bd72b4b7a (diff)
man: minor man page improvements
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--man/libinput.man6
1 files changed, 5 insertions, 1 deletions
diff --git a/man/libinput.man b/man/libinput.man
index f781c59..0ce5e6d 100644
--- a/man/libinput.man
+++ b/man/libinput.man
@@ -44,6 +44,9 @@ are supported:
.BI "Option \*qDevice\*q \*q" string \*q
Specifies the device through which the device can be accessed. This will
generally be of the form \*q/dev/input/eventX\*q, where X is some integer.
+When using
+.B InputClass
+directives, this option is set by the server.
The mapping from device node to hardware is system-dependent. Property:
"Device Node" (read-only).
.TP 7
@@ -64,7 +67,8 @@ default mapping. See section
for more details.
.TP 7
.BI "Option \*qCalibrationMatrix\*q \*q" string \*q
-A string of 9 space-separated floating point numbers.
+A string of 9 space-separated floating point numbers, in the order
+\*qa b c d e f g h i\*q.
Sets the calibration matrix to the 3x3 matrix where the first row is (abc),
the second row is (def) and the third row is (ghi).
.TP 7