diff options
author | 2018-06-16 18:01:08 +0000 | |
---|---|---|
committer | 2018-06-16 18:01:08 +0000 | |
commit | eb26a1b679bb96bc8e542d3e869a73432adf127b (patch) | |
tree | 986d292b0d45d1c0de422d2a62c2003a04774612 | |
parent | sync (diff) | |
download | wireguard-openbsd-eb26a1b679bb96bc8e542d3e869a73432adf127b.tar.xz wireguard-openbsd-eb26a1b679bb96bc8e542d3e869a73432adf127b.zip |
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 |