-.\" $OpenBSD: wsmouse.4,v 1.21 2021/03/03 19:44:37 bru Exp $
+.\" $OpenBSD: wsmouse.4,v 1.22 2021/03/04 17:03:42 jmc Exp $
.\" $NetBSD: wsmouse.4,v 1.3 1999/12/06 14:52:08 augustss Exp $
.\"
.\" Copyright (c) 2018 Ulf Brosziewski <bru@openbsd.org>
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 3 2021 $
+.Dd $Mdocdate: March 4 2021 $
.Dt WSMOUSE 4
.Os
.Sh NAME
.Bl -tag -width Ds
.It Cm mouse.tp.tapping
Contacts on the touchpad that are immediately released again can
-be mapped to mouse button clicks. This list of three parameters
-configures these mappings, in the order:
+be mapped to mouse button clicks.
+This list of three parameters configures these mappings, in the order:
.Bd -literal -offset indent
.Sm off
.Ar one-finger , two-finger , three-finger
.Ed
.Pp
Setting a parameter to a positive value enables that tap gesture
-and maps it to the given mouse button. To disable all three tap
-gestures at once, provide the single value of 0. Conversely, a
-single non-zero value will enable one-finger, two-finger, and
+and maps it to the given mouse button.
+To disable all three tap gestures at once, provide the single value of 0.
+Conversely, a single non-zero value will enable one-finger, two-finger, and
three-finger tap gestures with their default mappings of left
-button, right button, and middle button, respectively. If, within
-a short time interval, a second touch follows a tap gesture
+button, right button, and middle button, respectively.
+If, within a short time interval, a second touch follows a tap gesture
mapped to a left-button click, the button-up event is not issued
until that touch ends
.Pq Dq tap-and-drag .