summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-12-08 22:16:36 +0000
committereadler <eadler@FreeBSD.org>2012-12-08 22:16:36 +0000
commit98601953890f2c4381eda07f2914bfc1f8b114ec (patch)
treef4eb059d7bece22fe786b8ea954ad4670def8331 /usr.sbin/moused
parent119dc9f0d3490c6f10810a57a13e1ffed7ed2b87 (diff)
downloadFreeBSD-src-98601953890f2c4381eda07f2914bfc1f8b114ec.zip
FreeBSD-src-98601953890f2c4381eda07f2914bfc1f8b114ec.tar.gz
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
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 30b2200..5e4dd43 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
OpenPOWER on IntegriCloud