A small correction about the type of the Synaptics Area options in the man page of synaptics.
Regards, -- Alberto Milone Sustaining Engineer (system) Foundations Team Canonical OEM Services
From a67dc7f16bcf3ee74b0d690b808ee30c26084ee4 Mon Sep 17 00:00:00 2001 From: Alberto Milone <[email protected]> Date: Tue, 22 Sep 2009 12:11:10 +0200 Subject: [PATCH] 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 <[email protected]> --- man/synaptics.man | 8 ++++---- 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 -- 1.6.3.3
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
