summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAlberto Milone <alberto.milone@canonical.com>2009-09-22 12:46:45 +0200
committerPeter Hutterer <peter.hutterer@who-t.net>2009-09-22 20:52:35 +1000
commit4422003fafe811a2d2e2fca818dc58f706e67918 (patch)
treeb1b4c714d2e64e710a4a086c1c4e76a07e356497 /man
parent2b27e79d0c6cab73ecb8d00e1dbad32a8150033c (diff)
Correct the type of the Synaptics Area options in the man page
The type of the Synaptics Area options in the man page was incorrectly set to "boolean" but it's really "integer". Signed-off-by: Alberto Milone <alberto.milone@canonical.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'man')
-rw-r--r--man/synaptics.man8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/synaptics.man b/man/synaptics.man
index 6febe7f..7c98b6b 100644
--- a/man/synaptics.man
+++ b/man/synaptics.man
@@ -482,28 +482,28 @@ SHMConfig option and run "synclient \-m 1" to see the x/y coordinates
corresponding to different positions on the touchpad.
.
.TP
-.BI "Option \*qAreaLeftEdge\*q \*q" boolean \*q
+.BI "Option \*qAreaLeftEdge\*q \*q" integer \*q
Ignore movements, scrolling and tapping which take place left of this edge.
.
The option is disabled by default and can be enabled by setting the
AreaLeftEdge option to any integer value other than zero. Property: "Synaptics Area"
.
.TP
-.BI "Option \*qAreaRightEdge\*q \*q" boolean \*q
+.BI "Option \*qAreaRightEdge\*q \*q" integer \*q
Ignore movements, scrolling and tapping which take place right of this edge.
.
The option is disabled by default and can be enabled by setting the
AreaRightEdge option to any integer value other than zero. Property: "Synaptics Area"
.
.TP
-.BI "Option \*qAreaTopEdge\*q \*q" boolean \*q
+.BI "Option \*qAreaTopEdge\*q \*q" integer \*q
Ignore movements, scrolling and tapping which take place above this edge.
.
The option is disabled by default and can be enabled by setting the
AreaTopEdge option to any integer value other than zero. Property: "Synaptics Area"
.
.TP
-.BI "Option \*qAreaBottomEdge\*q \*q" boolean \*q
+.BI "Option \*qAreaBottomEdge\*q \*q" integer \*q
Ignore movements, scrolling and tapping which take place below this edge.
.
The option is disabled by default and can be enabled by setting the