Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/usr.sbin/wsmoused Pull up revision 1.14 (requested by s...



details:   https://anonhg.NetBSD.org/src/rev/bac662bf86cb
branches:  netbsd-2-0
changeset: 561341:bac662bf86cb
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sun Jun 13 08:23:38 2004 +0000

description:
Pull up revision 1.14 (requested by snj in ticket #458).

Spelling fixes, English tweaks, avoid using < and > directly.

diffstat:

 usr.sbin/wsmoused/wsmoused.8 |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (47 lines):

diff -r 1b0838982103 -r bac662bf86cb usr.sbin/wsmoused/wsmoused.8
--- a/usr.sbin/wsmoused/wsmoused.8      Sun Jun 13 08:22:01 2004 +0000
+++ b/usr.sbin/wsmoused/wsmoused.8      Sun Jun 13 08:23:38 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wsmoused.8,v 1.13 2003/08/06 22:11:50 jmmv Exp $
+.\" $NetBSD: wsmoused.8,v 1.13.2.1 2004/06/13 08:23:38 jdc Exp $
 .\"
 .\" Copyright (c) 2002, 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -79,7 +79,7 @@
 .Pp
 .Nm
 is designed to be a multipurpose mouse daemon.
-Functionality is provided though independant
+Functionality is provided though independent
 .Em modes ,
 enabled either though the
 .Fl m
@@ -89,8 +89,8 @@
 .Ss The action mode
 The
 .Sq action
-mode executes commands upon receivement of mouse button events.
-Commands can be associated on a button basis, and can differenciate between
+mode executes commands upon receiving mouse button events.
+Commands can be associated on a button basis, and can differentiate between
 push or release events.
 .Ss The selection mode
 The
@@ -99,7 +99,7 @@
 the
 .Xr wscons 4
 device.
-A selection is created by clicking with the mouse primary button at any
+A selection is created by clicking with the primary mouse button at any
 point on the screen and dragging it while clicked.
 When the button is released, the selected text is copied to an internal
 buffer for further pasting with the secondary button.
@@ -125,7 +125,7 @@
 .Xr rc.subr 8
 framework.
 You should set
-.Sq wsmoused_user="<some_user>"
+.Sq wsmoused_user="\*[Lt]some_user\*[Gt]"
 in
 .Xr rc.conf 5
 to a safer user (and adjust file permissions accordingly) if the commands



Home | Main Index | Thread Index | Old Index