diff options
author | joe <joe@FreeBSD.org> | 2002-08-12 20:28:53 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-08-12 20:28:53 +0000 |
commit | e2f61844d36148a770c314c90cd062cf009d2fc8 (patch) | |
tree | 40647f85b4c9d13ce58eb8b090717e797df74298 /share/man/man4 | |
parent | ded1392c5ae26a6a67c8572ca379502c4ab6642c (diff) | |
download | FreeBSD-src-e2f61844d36148a770c314c90cd062cf009d2fc8.zip FreeBSD-src-e2f61844d36148a770c314c90cd062cf009d2fc8.tar.gz |
Replace /dev/tty with /dev/ucom.
Submitted by: wilko
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/ucom.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4 index 9f52b9a..799e9e7 100644 --- a/share/man/man4/ucom.4 +++ b/share/man/man4/ucom.4 @@ -69,8 +69,8 @@ The locater can be used to decide which port to use for device that have multiple external ports. .Sh FILES -.Bl -tag -width ".Pa /dev/ttyU?" -.It Pa /dev/ttyU? +.Bl -tag -width ".Pa /dev/ucom?" +.It Pa /dev/ucom? .El .Sh SEE ALSO .Xr tty 4 , |