From owner-freebsd-hackers Thu Jun 26 00:57:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA09650 for hackers-outgoing; Thu, 26 Jun 1997 00:57:04 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA09644 for ; Thu, 26 Jun 1997 00:57:01 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id RAA04797; Thu, 26 Jun 1997 17:53:27 +1000 Date: Thu, 26 Jun 1997 17:53:27 +1000 From: Bruce Evans Message-Id: <199706260753.RAA04797@godzilla.zeta.org.au> To: freebsd-hackers@FreeBSD.ORG, j@uriah.heep.sax.de Subject: Re: BSD io Cc: MSAYER@cuscal.com.au Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Hmm... Does IEXTEN do anything other than enable (or disable, in >> this case) LNEXT and DISCARD processing? > >That's what the man page says. (Well, there is a man page for >termios, after all. ;) Who would trust the man page? :-) See termios.h for a complete list of the control characters affected by IEXTEN, and tty.c for the implementation-defined behaviour mentioned in the man page. Bruce