diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-17 21:10:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-10-17 21:10:19 +0000 |
commit | 628b0c8626b04e4c1e2e6ff67c0a02b0c7cb856a (patch) | |
tree | fc03380e056827d91c0543028d91b30034c327a7 /share | |
parent | 88b2b7477f8d1c791bf8b337d636216e308c4499 (diff) |
document the tty vs cua devices, and Xr tty 4; ok jmc
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ucom.4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4 index bf392a817dd..61f226750bd 100644 --- a/share/man/man4/ucom.4 +++ b/share/man/man4/ucom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ucom.4,v 1.12 2005/06/18 00:26:43 jmc Exp $ +.\" $OpenBSD: ucom.4,v 1.13 2005/10/17 21:10:18 deraadt Exp $ .\" $NetBSD: ucom.4,v 1.3 2000/04/14 14:55:18 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -70,9 +70,12 @@ The locator can be used to decide which port to use for devices that have multiple external ports. .Sh FILES -.Bl -tag -width Pa +.Bl -tag -width Pa -compact .It Pa /dev/ttyU? +tty devices .It Pa /dev/cuaU? +call out devices (see +.Xr tty 4 ) . .El .Sh SEE ALSO .Xr intro 4 , |