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
This commit is contained in:
John-Mark Gurney 2006-03-30 02:27:25 +00:00
parent 4b3b0413d2
commit 06f40e9610
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157276

View File

@ -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
.\"