Xref: utzoo comp.unix.wizards:11083 comp.bugs.sys5:550 Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!gorodish!guy From: guy@gorodish.Sun.COM (Guy Harris) Newsgroups: comp.unix.wizards,comp.bugs.sys5 Subject: Re: termio TCSETAF bug Message-ID: <67868@sun.uucp> Date: 12 Sep 88 17:57:29 GMT References: <3158@ttidca.TTI.COM> Sender: news@sun.uucp Lines: 13 > First, is this a bug in the documentation or in the tty code? I would consider it a bug in the tty code; the author probably thought it was OK to include output, since it had obviously made it all out to the terminal, and didn't consider something such as pseudo-ttys or "rlogin" (which didn't exist in S5R3). > Second, noting that the SunOs 4.0 manual page is identical in this > regard to the sys5 manual page, does TCSETAF behavior in the new Sun > tty driver follow the man page or the original sys5 code? The man page. None of the original S5 code was used in the 4.0 driver, since the 4.0 tty subsystem is streams-based....