From 2ed32580581cf83a15fb4a0c071eb7974c3d46c8 Mon Sep 17 00:00:00 2001 From: philip Date: Sat, 13 Nov 2004 00:09:19 +0000 Subject: Reflect the cuaa->cuad namechange in documentation. Might as well do them all while I'm at it :-) Submitted by: Steve Kargl --- sbin/comcontrol/comcontrol.8 | 2 +- sbin/slattach/slattach.8 | 2 +- share/man/man4/gdb.4 | 6 +++--- share/man/man5/rc.conf.5 | 2 +- share/man/man5/remote.5 | 2 +- 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 -- cgit v1.1