aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/hcseriald
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/bluetooth/hcseriald
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/bluetooth/hcseriald')
-rw-r--r--usr.sbin/bluetooth/hcseriald/hcseriald.82
-rw-r--r--usr.sbin/bluetooth/hcseriald/hcseriald.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/hcseriald/hcseriald.8 b/usr.sbin/bluetooth/hcseriald/hcseriald.8
index 111b28cc60b6..8d2dd47be61f 100644
--- a/usr.sbin/bluetooth/hcseriald/hcseriald.8
+++ b/usr.sbin/bluetooth/hcseriald/hcseriald.8
@@ -54,7 +54,7 @@ Do not disassociate from the controlling terminal, i.e., run in foreground.
.It Fl f Ar device
Callout device name.
Example:
-.Fl f Pa /dev/cuad0 .
+.Fl f Pa /dev/cuau0 .
.It Fl h
Display usage message and exit.
.It Fl n Ar node_name
diff --git a/usr.sbin/bluetooth/hcseriald/hcseriald.c b/usr.sbin/bluetooth/hcseriald/hcseriald.c
index b811c1db5f1f..440b0d4e43f8 100644
--- a/usr.sbin/bluetooth/hcseriald/hcseriald.c
+++ b/usr.sbin/bluetooth/hcseriald/hcseriald.c
@@ -257,7 +257,7 @@ usage(void)
{
fprintf(stderr, "Usage: %s -f device -n node_name [-s speed -d -h]\n" \
"Where:\n" \
- "\t-f device tty device name, ex. /dev/cuad1\n" \
+ "\t-f device tty device name, ex. /dev/cuau1\n" \
"\t-n node_name set Netgraph node name to node_name\n" \
"\t-s speed set tty speed, ex. 115200\n" \
"\t-d run in foreground\n" \