Research V3 development
[unix-history] / man / man1 / stty.1
CommitLineData
989f8e11
JO
1.pa 1
2.he 'STTY (I)'6/12/72'STTY (I)'
3.ti 0
4NAME stty -- set teletype options
5.sp
6.ti 0
7SYNOPSIS stty\b\b\b\b____ option\e91\e8 ...
8.sp
9.ti 0
10DESCRIPTION Stty\b\b\b\b____
11will set certain I/O options on the current output teletype.
12The option strings are
13selected from the following set:
14
15.in +3
16.nf
17even\b\b\b\b____ allow even parity.
18-even\b\b\b\b\b_____ disallow even parity.
19odd\b\b\b___ allow odd parity
20-odd\b\b\b\b____ disallow odd parity
21raw\b\b\b___ raw mode input
22 (no erase/kill/interrupt/quit/EOT)
23-raw\b\b\b\b____ negate raw mode
24-nl\b\b\b___ allow cr for lf (and echo lf cr)
25nl\b\b__ allow nl only
26echo\b\b\b\b____ echo back every character typed.
27-echo\b\b\b\b\b_____ do not echo characters.
28lcase\b\b\b\b\b_____ map upper case to lower case
29-lcase\b\b\b\b\b\b______ do not map case
30-tabs\b\b\b\b\b_____ replace tabs by spaces
31tabs\b\b\b\b____ preserve tabs
32delay\b\b\b\b\b_____ calculate cr and tab delays.
33-delay\b\b\b\b\b\b______ no cr/tab delays
34ebcdic\b\b\b\b\b\b______ ebcdic ball conversion (2741 only)
35corres\b\b\b\b\b\b______ correspondence ball conversion (2741 only)
36.in -3
37.sp
38.fi
39.ti 0
40FILES standard output.
41.sp
42.ti 0
43SEE ALSO stty(II)
44.sp
45.ti 0
46DIAGNOSTICS "Bad options"
47.sp
48.ti 0
49BUGS --