From 7c8766d2978f83b1d9f14ac5286795876d08424e Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 15 Jan 2015 00:45:20 +0000 Subject: [PATCH] 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. --- share/man/man4/tty.4 | 6 ++---- 1 file 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 -- 2.20.1