line_sane(1M) line_sane(1M)NAME line_sane - push streams line disciplines SYNOPSIS /etc/line_sane [ fildes] DESCRIPTION line_sane pushes the streams line discipline ``line'' onto the stream referenced by the open file descriptor fildes (an integer). If fildes does not reference a stream, or it references a stream that already has a line discipline pushed onto it, no line discipline is pushed. If the fildes argument is not specified, the default is 0. In addition, if output processing is not currently being done on fildes, the following flags are turned on: c_iflag BRKINT, IGNPAR, ISTRIP, IXON, IXANY, ICRNL. c_oflag OPOST, ONLCR, TAB3. c_lflag ISIG, ICANON, ECHO, ECHOK. FILES /etc/line_sane SEE ALSO line_push(3), console(7), streams(7), termio(7). April, 1990 1