summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-04-03 13:12:41 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-04-15 13:29:36 +0000
commit02b444d7492228ef15e7bf2ffe3ee6674e207a61 (patch)
tree9cd337f7b6db2427d9b3cb5eb99db4da9cf5e6c0
parentf02b1c36b2221544bf19794ad7bcdd89df416886 (diff)
-rw-r--r--share/man/man4/tty.49
1 files changed, 8 insertions, 1 deletions
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 .