diff options
author | obrien <obrien@FreeBSD.org> | 2004-06-14 00:22:10 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2004-06-14 00:22:10 +0000 |
commit | 5b91f51037ac87936038059dafb19c9be94659a8 (patch) | |
tree | e2c11acb510be4a78de3dde157bde2e88bf06992 /usr.sbin/moused | |
parent | a57bdc7ec61f0d497139df6a8274cb1490410c5d (diff) | |
download | FreeBSD-src-5b91f51037ac87936038059dafb19c9be94659a8.zip FreeBSD-src-5b91f51037ac87936038059dafb19c9be94659a8.tar.gz |
Language tweak in explaining the mouse wheel's functionality.
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r-- | usr.sbin/moused/moused.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8 index 72d0fb4..0636cb4 100644 --- a/usr.sbin/moused/moused.8 +++ b/usr.sbin/moused/moused.8 @@ -611,8 +611,8 @@ This will effectively swap the left and right buttons. .Pp .Dl moused -p /dev/mouse -t intellimouse -z 4 .Pp -Report negative Z axis (roller) movement as the button 4 pressed -and positive Z axis movement as the button 5 pressed. +Report negative Z axis movement (i.e., mouse wheel) as the button 4 pressed +and positive Z axis movement (i.e., mouse wheel) as the button 5 pressed. .Sh CAVEATS The .Nm |