aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2004-11-02 20:12:06 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2004-11-02 20:12:06 +0000
commite91c64ab6bae7f907326aa924960dbbea350697f (patch)
tree86346d60c6b7c6168c0f19f32c226210858a2436 /usr.sbin
parent4fd9a9b73f7d9dc14f2b7e3ae05f56550c1499be (diff)
downloadsrc-e91c64ab6bae7f907326aa924960dbbea350697f.tar.gz
src-e91c64ab6bae7f907326aa924960dbbea350697f.zip
Serial devices now called /dev/cuadXX not /dev/cuaaXX
Notes
Notes: svn path=/head/; revision=137135
Diffstat (limited to 'usr.sbin')
-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 2bf9c547c8de..111b28cc60b6 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/cuaa0 .
+.Fl f Pa /dev/cuad0 .
.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 42231b45ad40..ee8d19c7a995 100644
--- a/usr.sbin/bluetooth/hcseriald/hcseriald.c
+++ b/usr.sbin/bluetooth/hcseriald/hcseriald.c
@@ -270,7 +270,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/cuaa1\n" \
+ "\t-f device tty device name, ex. /dev/cuad1\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" \