Module Name:    src
Committed By:   sevan
Date:           Sun Sep  1 23:42:19 UTC 2019

Modified Files:
        src/lib/libcompat/4.1: stty.3

Log Message:
stty & gtty were around since v1
https://www.bell-labs.com/usr/dmr/www/man21.pdf
https://www.bell-labs.com/usr/dmr/www/man22.pdf


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libcompat/4.1/stty.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libcompat/4.1/stty.3
diff -u src/lib/libcompat/4.1/stty.3:1.9 src/lib/libcompat/4.1/stty.3:1.10
--- src/lib/libcompat/4.1/stty.3:1.9	Thu Aug  7 16:44:15 2003
+++ src/lib/libcompat/4.1/stty.3	Sun Sep  1 23:42:19 2019
@@ -26,9 +26,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)stty.3	8.1 (Berkeley) 6/4/93
-.\"	$NetBSD: stty.3,v 1.9 2003/08/07 16:44:15 agc Exp $
+.\"	$NetBSD: stty.3,v 1.10 2019/09/01 23:42:19 sevan Exp $
 .\"
-.Dd June 4, 1993
+.Dd September 2, 2019
 .Dt STTY 3
 .Os
 .Sh NAME
@@ -90,4 +90,8 @@ The
 and
 .Fn gtty
 functions appeared in
+.At v1 .
+Obsoleted by
+.Xr ioctl 2 ,
+these functions were moved to libcompat in
 .Bx 4.2 .

Reply via email to