git: b988af5b4392 - main - tty(4): Add a HISTORY section to the manual page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Apr 2022 13:13:03 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=b988af5b439220f37159ed18318e8e4baeedc6a7
commit b988af5b439220f37159ed18318e8e4baeedc6a7
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-03 13:12:41 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-03 13:12:41 +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
MFC after: 1 week
---
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 .