diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-15 00:45:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-15 00:45:21 +0000 |
commit | 1e5767e89065fd625c504994bd6a50320225fe95 (patch) | |
tree | 47ac9f9d108f0b435fbc7d178415bcaa6716f01b | |
parent | 770205f4eaf5f9039a6a4718b111227b29ee2bc9 (diff) |
do not be specific regarding which ioctl backend .h file; the list
is good enough, and we do not want to mislead. the file to include
is at the top of the file.
-rw-r--r-- | share/man/man4/tty.4 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index df073d6128d..d2d4db9147b 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.43 2015/01/15 00:32:36 deraadt Exp $ +.\" $OpenBSD: tty.4,v 1.44 2015/01/15 00:45:20 deraadt Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -199,9 +199,7 @@ file descriptor zero by the following code fragment: .It Dv TIOCSETD Fa int *ldisc Change to the new line discipline pointed to by .Fa ldisc . -The available line disciplines are listed in -.In sys/ttycom.h -and currently are: +The available line disciplines currently available are: .Pp .Bl -tag -width TIOCGWINSZ -compact .It TTYDISC |