diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-11-19 12:28:11 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-11-19 12:28:11 +0000 |
commit | ea0eae27eabbfbace86502c5fdf94d94cd4bd4e2 (patch) | |
tree | 285c4142058f4744a65b5e6e748e78d488520e54 /driver | |
parent | a617fb6de7fec88861bd54ae13f52ad50f38d72f (diff) |
Sync with code.
ok matthieu@
Diffstat (limited to 'driver')
-rw-r--r-- | driver/xf86-input-ws/man/ws.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/driver/xf86-input-ws/man/ws.man b/driver/xf86-input-ws/man/ws.man index 5a690c049..2e4acea20 100644 --- a/driver/xf86-input-ws/man/ws.man +++ b/driver/xf86-input-ws/man/ws.man @@ -1,4 +1,4 @@ -.\" $OpenBSD: ws.man,v 1.10 2011/11/08 12:57:44 shadchin Exp $ +.\" $OpenBSD: ws.man,v 1.11 2011/11/19 12:28:10 shadchin Exp $ .\" .\" Copyright (c) 2005,2009,2011 Matthieu Herrb .\" @@ -28,7 +28,7 @@ WS \- wscons pointer input driver for __xservername__ on *BSD .BI " Option \*qEmulate3Buttons\*q \*q" boolean \*q .BI " Option \*qEmulate3Timeout\*q \*q" integer \*q .BI " Option \*qDebugLevel\*q \*q" integer \*q -.BI " Option \*qDevice\*q \*q" path \*q +.BI " Option \*qDevice\*q \*q" path \*q .BI " Option \*qMinX\*q \*q" integer \*q .BI " Option \*qMaxX\*q \*q" integer \*q .BI " Option \*qMinY\*q \*q" integer \*q @@ -59,7 +59,7 @@ In cases where the number of buttons cannot be auto-detected, the default value is 3. .TP 4 .BI "Option \*qEmulate3Buttons\*q \*q" boolean \*q -Enable/disable the emulation of the middle mouse button for mice which +Enable/disable the emulation of the middle mouse button for mice which only have two physical buttons. The third button is emulated by pressing both buttons simultaneously. Default: on, until a middle button event is detected. @@ -67,7 +67,7 @@ is detected. .BI "Option \*qEmulate3Timeout\*q \*q" integer \*q Sets the timeout (in milliseconds) that the driver waits before deciding if two buttons where pressed "simultaneously" when 3 button emulation is -enabled. Default: 50. +enabled. Default: 50. .TP 4 .BI "Option \*qDebugLevel\*q \*q" integer \*q This option sets the verbosity level of the driver. @@ -133,7 +133,7 @@ driver. 1 boolean value (8 bit, 0 or 1) .TP 7 .BI "WS Pointer Middle Button Timeout" -1 16-bit positive value (unit: milliseconds) +1 32-bit positive value (unit: milliseconds) .TP 7 .BI "WS Pointer Axis Calibration" 4 32 bits values, in the order min-x, max-x, min-y, max-y. |