diff options
author | jmg <jmg@FreeBSD.org> | 2006-03-30 02:27:25 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 2006-03-30 02:27:25 +0000 |
commit | 9dd1a6be315f21455491575b3b85f8dc78e12afa (patch) | |
tree | 4442f5ca7fbf497859de2697c8462b6fa3a7ed70 /share | |
parent | 113c41cffdb1b7fb4f999aa4abeb49769ad11065 (diff) | |
download | FreeBSD-src-9dd1a6be315f21455491575b3b85f8dc78e12afa.zip FreeBSD-src-9dd1a6be315f21455491575b3b85f8dc78e12afa.tar.gz |
document the tty files that uart(4) provides like sio(4) and pty(4) both
do.. This copies only part of the FILES section from sio(4)....
We might want to make tty(4) document the files provided, and have each of
these document the characters that it uses...
Pointed out by: Yasholomew Yashinski
MFC after: 3 days
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/uart.4 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/man/man4/uart.4 b/share/man/man4/uart.4 index 0d20c6d..e5db313 100644 --- a/share/man/man4/uart.4 +++ b/share/man/man4/uart.4 @@ -121,6 +121,20 @@ Z8530: Zilog 8530 based serial communications controllers in asynchronous mode. .El .\" +.Sh FILES +.Bl -tag -width /dev/ttyu?.init -compact +.It Pa /dev/ttyu? +for callin ports +.It Pa /dev/ttyu?.init +.It Pa /dev/ttyu?.lock +corresponding callin initial-state and lock-state devices +.Pp +.It Pa /dev/cuau? +for callout ports +.It Pa /dev/cuau?.init +.It Pa /dev/cuau?.lock +corresponding callout initial-state and lock-state devices +.El .Sh SEE ALSO .Xr puc 4 .\" |