aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-12-08 22:16:36 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-12-08 22:16:36 +0000
commit839f11a4fe18e4ae2dd930766b551fa67e354735 (patch)
treef4eb059d7bece22fe786b8ea954ad4670def8331 /usr.sbin/moused
parent4504d0f482fe1a97d3bae2a51ecd996d9678b346 (diff)
downloadsrc-839f11a4fe18e4ae2dd930766b551fa67e354735.tar.gz
src-839f11a4fe18e4ae2dd930766b551fa67e354735.zip
A number of places in the source tree still reference cuad.* after
sio(4) was deprecated by uart(4). s/cuad/cuau/g/ PR: docs/171533 Reviewed by: imp Approved by: cperciva (implicit) MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=244040
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r--usr.sbin/moused/moused.810
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/moused/moused.8 b/usr.sbin/moused/moused.8
index 30b22008690c..5e4dd432a7f1 100644
--- a/usr.sbin/moused/moused.8
+++ b/usr.sbin/moused/moused.8
@@ -296,7 +296,7 @@ information are:
.Bl -tag -compact -width modelxxx
.It Ar port
Port (device file) name, i.e.\&
-.Pa /dev/cuad0 ,
+.Pa /dev/cuau0 ,
.Pa /dev/mse0
and
.Pa /dev/psm0 .
@@ -564,7 +564,7 @@ There may be more than one serial port to which the serial
mouse can be attached.
Many people often assign the first, built-in
serial port
-.Pa /dev/cuad0
+.Pa /dev/cuau0
to the mouse.
You can attach multiple USB mice to your system or to your USB hub.
They are accessible as
@@ -731,16 +731,16 @@ utility
UNIX-domain stream socket for X10 MouseRemote events
.El
.Sh EXAMPLES
-.Dl "moused -p /dev/cuad0 -i type"
+.Dl "moused -p /dev/cuau0 -i type"
.Pp
Let the
.Nm
utility determine the protocol type of the mouse at the serial port
-.Pa /dev/cuad0 .
+.Pa /dev/cuau0 .
If successful, the command will print the type, otherwise it will say
.Dq Li unknown .
.Bd -literal -offset indent
-moused -p /dev/cuad0
+moused -p /dev/cuau0
vidcontrol -m on
.Ed
.Pp