diff options
author | 2015-01-15 00:45:20 +0000 | |
---|---|---|
committer | 2015-01-15 00:45:20 +0000 | |
commit | 7c8766d2978f83b1d9f14ac5286795876d08424e (patch) | |
tree | 97b909a76afdeac2475b1be537763158e48c388e | |
parent | not supposed to include sys/ttycom.h (these may have rpcgen history) (diff) | |
download | wireguard-openbsd-7c8766d2978f83b1d9f14ac5286795876d08424e.tar.xz wireguard-openbsd-7c8766d2978f83b1d9f14ac5286795876d08424e.zip |
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 |