Documented in Volume 1 of the UNIX Programmers Manual.
% stty -lcase
will reset your terminal back to displaying lower case if you signed on in
upper case by mistake.
% stty all
will cause stty to list the items of 'most interest'.
% stty everything
will cause stty to list everything it knows about.
From: jwp@sdchema.UUCP (John Pierce) Chemistry Dept, UC San Diego
> chris@umcp-cs.UUCP (Chris Torek) writes:
> Sigh. You can't *get* an 8 bit data path *and* flow control in
> standard 4.2BSD....
This is incorrect. See "LLITOUT" mode in the "local mode" description
in tty(4).
% stty litout
will set this (see bottom of page 2 of stty(1).....
This will allow you to run "cooked", but all eight bits will be passed
from the host to the LaserJet....