new sentence, new line;
authorjmc <jmc@openbsd.org>
Thu, 4 Mar 2021 17:03:42 +0000 (17:03 +0000)
committerjmc <jmc@openbsd.org>
Thu, 4 Mar 2021 17:03:42 +0000 (17:03 +0000)
share/man/man4/wsmouse.4

index 7806ccf..9dae08e 100644 (file)
@@ -1,4 +1,4 @@
-.\" $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>
@@ -26,7 +26,7 @@
 .\" 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
@@ -88,8 +88,8 @@ is omitted, commands apply to
 .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
@@ -97,12 +97,12 @@ configures these mappings, in the order:
 .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 .