Extend history section

https://www.bell-labs.com/usr/dmr/man41.pdf
via Ingo Schwarze <schwarze@OpenBSD>
This commit is contained in:
sevan 2019-09-07 16:37:20 +00:00
parent 2a0890e7cd
commit a39b301ea0
1 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tty.4,v 1.28 2011/09/24 00:06:20 christos Exp $
.\" $NetBSD: tty.4,v 1.29 2019/09/07 16:37:20 sevan Exp $
.\"
.\" Copyright (c) 1991, 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" @(#)tty.4 8.3 (Berkeley) 4/19/94
.\"
.Dd September 9, 2011
.Dd September 7, 2019
.Dt TTY 4
.Os
.Sh NAME
@ -478,6 +478,12 @@ Return the current line discipline in the integer pointed to by
.Xr getty 8 ,
.Xr linedisc 9
.Sh HISTORY
A console typewriter device
.Pa /dev/tty
and asynchronus communication interfaces
.Pa /dev/tty[0-5]
first appeared in
.At v1 .
Separate dial-out device files were implemented in SunOS 4.
They were cloned by
.An Charles M. Hannum