git: 02b444d74922 - releng/13.1 - tty(4): Add a HISTORY section to the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Apr 2022 13:31:33 UTC
The branch releng/13.1 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=02b444d7492228ef15e7bf2ffe3ee6674e207a61 commit 02b444d7492228ef15e7bf2ffe3ee6674e207a61 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-03 13:12:41 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-15 13:29:36 +0000 tty(4): Add a HISTORY section to the manual page Note that a console typewriter device /dev/tty and asynchronous communication interfaces /dev/tty[0-5] first appeared in VersionĀ 1 AT&T UNIX. Obtained from: OpenBSD Approved by: re@ (gjb) (cherry picked from commit b988af5b439220f37159ed18318e8e4baeedc6a7) --- share/man/man4/tty.4 | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index b3b9f67db35d..593920d807b7 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -28,7 +28,7 @@ .\" @(#)tty.4 8.3 (Berkeley) 4/19/94 .\" $FreeBSD$ .\" -.Dd November 27, 2019 +.Dd April 3, 2022 .Dt TTY 4 .Os .Sh NAME @@ -378,3 +378,10 @@ variables. .Xr pty 4 , .Xr termios 4 , .Xr getty 8 +.Sh HISTORY +A console typewriter device +.Pa /dev/tty +and asynchronous communication interfaces +.Pa /dev/tty[0-5] +first appeared in +.At v1 .