diff options
author | eadler <eadler@FreeBSD.org> | 2012-12-08 22:16:36 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-12-08 22:16:36 +0000 |
commit | 98601953890f2c4381eda07f2914bfc1f8b114ec (patch) | |
tree | f4eb059d7bece22fe786b8ea954ad4670def8331 /usr.bin/tip | |
parent | 119dc9f0d3490c6f10810a57a13e1ffed7ed2b87 (diff) | |
download | FreeBSD-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.bin/tip')
-rw-r--r-- | usr.bin/tip/tip/cu.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tip/tip/cu.1 b/usr.bin/tip/tip/cu.1 index b67b19d..aba5c40 100644 --- a/usr.bin/tip/tip/cu.1 +++ b/usr.bin/tip/tip/cu.1 @@ -69,9 +69,9 @@ Echo characters locally (half-duplex mode). .It Fl l Ar line Specify the line to use. Either of the forms like -.Pa cuad0 +.Pa cuau0 or -.Pa /dev/cuad0 +.Pa /dev/cuau0 are permitted. .It Fl o Use odd parity. |