summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphilip <philip@FreeBSD.org>2004-11-13 00:09:19 +0000
committerphilip <philip@FreeBSD.org>2004-11-13 00:09:19 +0000
commit2ed32580581cf83a15fb4a0c071eb7974c3d46c8 (patch)
tree3350a28161a93277083a3a1ab07daa608ae2e6c5
parent207e12641faaeed730226fa2a8cb4c02d1499018 (diff)
downloadFreeBSD-src-2ed32580581cf83a15fb4a0c071eb7974c3d46c8.zip
FreeBSD-src-2ed32580581cf83a15fb4a0c071eb7974c3d46c8.tar.gz
Reflect the cuaa->cuad namechange in documentation.
Might as well do them all while I'm at it :-) Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
-rw-r--r--sbin/comcontrol/comcontrol.82
-rw-r--r--sbin/slattach/slattach.82
-rw-r--r--share/man/man4/gdb.46
-rw-r--r--share/man/man5/rc.conf.52
-rw-r--r--share/man/man5/remote.52
5 files changed, 7 insertions, 7 deletions
diff --git a/sbin/comcontrol/comcontrol.8 b/sbin/comcontrol/comcontrol.8
index bf719f9..6ca6420 100644
--- a/sbin/comcontrol/comcontrol.8
+++ b/sbin/comcontrol/comcontrol.8
@@ -52,7 +52,7 @@ startup script.
.Bl -tag -width /dev/ttyd? -compact
.It Pa /dev/ttyd?
dialin devices, hardwired terminals
-.It Pa /dev/cuaa?
+.It Pa /dev/cuad?
dialout devices
.El
.Sh AUTHORS
diff --git a/sbin/slattach/slattach.8 b/sbin/slattach/slattach.8
index a6355d8..e6cc039 100644
--- a/sbin/slattach/slattach.8
+++ b/sbin/slattach/slattach.8
@@ -233,7 +233,7 @@ option in order to ignore carrier on the slip line.
.Bd -literal -offset indent -compact
slattach ttyd8
slattach \-s 4800 /dev/ttyd1
-slattach \-c \-s 38400 /dev/cuaa1
+slattach \-c \-s 38400 /dev/cuad1
slattach \-r 'kermit -y dial.script >kermit.log 2>&1'
.Ed
.Sh DIAGNOSTICS
diff --git a/share/man/man4/gdb.4 b/share/man/man4/gdb.4
index a39d045..8f7b45b 100644
--- a/share/man/man4/gdb.4
+++ b/share/man/man4/gdb.4
@@ -261,7 +261,7 @@ Finally, establish connection:
GNU gdb 5.2.1 (FreeBSD)
.Em "(political statements omitted)"
Ready to go. Enter 'tr' to connect to the remote target
-with /dev/cuaa0, 'tr /dev/cuaa1' to connect to a different port
+with /dev/cuad0, 'tr /dev/cuad1' to connect to a different port
or 'trf portno' to connect to the remote target with the firewire
interface. portno defaults to 5556.
@@ -379,10 +379,10 @@ instead.
Debug a remote system via the specified serial or firewire interface.
.It Ic tr0
Debug a remote system via serial interface
-.Pa /dev/cuaa0 .
+.Pa /dev/cuad0 .
.It Ic tr1
Debug a remote system via serial interface
-.Pa /dev/cuaa1 .
+.Pa /dev/cuad1 .
.It Ic trf
Debug a remote system via firewire interface at default port 5556.
.El
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 2783232..32b22bc 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -2367,7 +2367,7 @@ is set to
.Dq Li YES ,
this is the actual port the mouse is on.
It might be
-.Pa /dev/cuaa0
+.Pa /dev/cuad0
for a COM1 serial mouse,
.Pa /dev/psm0
for a PS/2 mouse or
diff --git a/share/man/man5/remote.5 b/share/man/man5/remote.5
index edc3e17..0935b77 100644
--- a/share/man/man5/remote.5
+++ b/share/man/man5/remote.5
@@ -186,7 +186,7 @@ the phone number for arpavax (in this case an @ character so that it
is retrieved from the environment).
.Bd -literal
UNIX-57600:\e
-:dv=/dev/cuaa0:el=^D^U^C^S^Q^O@:oe=^D:du:at=hayes:br#115200:pa=none:
+:dv=/dev/cuad0:el=^D^U^C^S^Q^O@:oe=^D:du:at=hayes:br#115200:pa=none:
arpavax|ax:\e
:pn=\e@:tc=UNIX-57600
.Ed
OpenPOWER on IntegriCloud