MPE/iX Shell and Utilities Reference Manual, Vol 2

stty(1) MPE/iX Shell and Utilities stty(1)
NAME
stty — set or display terminal options
SYNOPSIS
stty [–ag][operand]
DESCRIPTION
Note: The MPE/iX implementation of this utility does not function exactly as this man page de-
scribes. For details, see the MPE/iX NOTES section at the end of this man page.
stty sets or reports the terminal I/O characteristics for the standard input device. stty, en-
tered without options or operands, reports only the terminal I/O characteristics that differ from
the defaults. stty entered with operands enables, disables, or selects the full range of termi-
nal I/O characteristics.
Options
stty accepts the following options:
–a displays all of the terminal I/O characteristics.
–g displays all of the terminal I/O characteristics in a format that can be used as input to
the stty command.
The –a option gives you a clear readable description while the –g option provides the ability
to save and restore the terminal I/O characteristics.
Control Mode Operands
The valid operands for setting control modes are:
parenb Enable parity generation and detection.
–parenb Disable parity generation and detection.
parodd Select odd parity.
–parodd Select even parity.
parfix When set, the parodd operand enables 1’s parity (that is, all parity bits are
set to 1) and the –parodd operand enables 0’s parity (that is, all parity bits
are set to 0).
–parfix Standard
POSIX behavior of parodd.
cs5 Select character size CS5.
Commands and Utilities 1-575