From 4422003fafe811a2d2e2fca818dc58f706e67918 Mon Sep 17 00:00:00 2001 From: Alberto Milone Date: Tue, 22 Sep 2009 12:46:45 +0200 Subject: 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 Signed-off-by: Peter Hutterer --- man/synaptics.man | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'man') 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 -- cgit v1.2.3