diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-06-16 18:01:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2018-06-16 18:01:09 +0000 |
commit | 393cdf9323082bb8e062484adf0ba5393916e0a5 (patch) | |
tree | 6c5b5d56b08fad7bce4486308651720fe6776029 | |
parent | 9dda08879d98f3cceb8a3e190f9089456ede58b4 (diff) |
TIOCSTI is gone
-rw-r--r-- | share/man/man4/tty.4 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index e87ddd2ced1..bad2500e4d7 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.51 2018/06/05 06:32:26 anton Exp $ +.\" $OpenBSD: tty.4,v 1.52 2018/06/16 18:01:08 deraadt Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)tty.4 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: June 5 2018 $ +.Dd $Mdocdate: June 16 2018 $ .Dt TTY 4 .Os .Sh NAME @@ -269,9 +269,6 @@ option. Place the current number of characters in the output queue in the integer pointed to by .Fa num . -.It Dv TIOCSTI Fa char *cp -Performs no action and returns -.Er EIO . .It Dv TIOCNOTTY Fa void This call is obsolete but left for compatibility. In the past, when a process that didn't have a controlling terminal |