2 .\" Copyright 1989 AT&T
3 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved
4 .\" Copyright (c) 2014, Joyent, Inc. All Rights Reserved
5 .\" Portions Copyright (c) 1992, X/Open Company Limited All Rights Reserved
6 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at http://www.opengroup.org/bookstore/.
7 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text
8 .\" are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical
9 .\" and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
10 .\" This notice shall appear on any product containing this material.
11 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
12 .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
13 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
14 .TH STTY 1 "Dec 30, 2016"
16 stty \- set the options for a terminal
20 \fB/usr/bin/stty\fR [\fB-a\fR] [\fB-g\fR]
25 \fB/usr/bin/stty\fR [\fImodes\fR]
30 \fB/usr/xpg4/bin/stty\fR [\fB-a\fR | \fB-g\fR]
35 \fB/usr/xpg4/bin/stty\fR [\fImodes\fR]
40 \fB/usr/xpg6/bin/stty\fR [\fB-a\fR | \fB-g\fR]
45 \fB/usr/xpg6/bin/stty\fR [\fImodes\fR]
50 The \fBstty\fR utility sets certain terminal I/O options for the device that is
51 the current standard input. Without arguments, \fBstty\fR reports the settings
55 In this report, if a character is preceded by a caret (\fB^\fR), then the value
56 of that option is the corresponding control character (for example, \fB^h\fR is
57 CTRL-h. In this case, recall that CTRL-h is the same as the BACKSPACE key). The
58 sequence \fB^@\fR means that an option has a null value.
61 See \fBtermio\fR(7I) for detailed information about the modes listed from
62 \fBControl\fR \fBModes\fR through \fBLocal Modes\fR. For detailed information
63 about the modes listed under \fBHardware\fR \fBFlow\fR \fBControl\fR
64 \fBModes\fR and \fBClock Modes\fR, see \fBtermiox\fR(7I).
67 Operands described in the \fBCombination Modes\fR section are implemented using
68 options in the earlier sections. Notice that many combinations of options make
69 no sense, but no sanity checking is performed. Hardware flow control and clock
70 modes options might not be supported by all hardware interfaces.
73 The following options are supported:
80 Writes to standard output all of the option settings for the terminal.
89 Reports current settings in a form that can be used as an argument to another
90 \fBstty\fR command. Emits termios-type output if the underlying driver supports
91 it. Otherwise, it emits termio-type output.
96 The following \fImode\fR operands are supported:
100 \fB\fBparenb\fR(\fB-parenb\fR)\fR
103 Enable (disable) parity generation and detection.
109 \fB\fBparext\fR(\fB-parext\fR)\fR
112 Enable (disable) extended parity generation and detection for mark and space
119 \fB\fBparodd\fR(\fB-parodd\fR)\fR
122 Select odd (even) parity, or mark (space) parity if \fBparext\fR is enabled.
128 \fB\fBcs5\fR \fBcs6\fR \fBcs7\fR \fBcs8\fR\fR
131 Select character size (see \fBtermio\fR(7I)).
140 Hang up line immediately.
146 \fB\fBhupcl\fR (\fB-hupcl\fR)\fR
149 Hang up (do not hang up) connection on last close.
155 \fB\fBhup\fR (\fB-hup\fR)\fR
158 Same as \fBhupcl\fR(\fB-hupcl\fR).
164 \fB\fBcstopb\fR (\fB-cstopb\fR)\fR
167 Use two (one) stop bits per character.
173 \fB\fBcread\fR (\fB-cread\fR)\fR
176 Enable (disable) the receiver.
182 \fB\fBcrtscts\fR (\fB-crtscts\fR)\fR
185 Enable output hardware flow control. Raise the \fBRTS\fR (Request to Send)
186 modem control line. Suspends output until the CTS (Clear to Send) line is
193 \fB\fBcrtsxoff\fR (\fB-crtsxoff\fR)\fR
196 Enable input hardware flow control. Raise the \fBRTS\fR (Request to Send) modem
197 control line to receive data. Suspends input when RTS is low.
203 \fB\fBclocal\fR (\fB-clocal\fR)\fR
206 Assume a line without (with) modem control.
215 Set the widths of multibyte characters to the values defined in the current
216 locale specified by \fBLC_CTYPE\fR. Internally, width is expressed in terms of
217 bytes per character, and screen or display columns per character.
223 \fB110 300 600 1200 1800\fR
227 \fB2400 4800 9600 19200\fR
231 \fB38400 357600 76800 115200\fR
235 \fB153600 230400 307200 460800\fR
239 Set terminal baud rate to the number given, if possible. (All speeds are not
240 supported by all hardware interfaces.)
246 \fBispeed 0 110 300 600 1200\fR
250 \fB1800 2400 4800 9600 19200\fR
254 \fB38400 57600 76800 115200\fR
258 \fB153600 230400 307200 460800\fR
262 Set terminal input baud rate to the number given, if possible. (Not all
263 hardware supports split baud rates.) If the input baud rate is set to \fB0\fR,
264 the input baud rate is specified by the value of the output baud rate.
270 \fBospeed 0 110 300 600 1200\fR
274 \fB1800 2400 4800 9600 19200\fR
278 \fB38400 57600 76800 115200\fR
282 \fB153600 230400 307200 460800\fR
286 Set terminal output baud rate to the number given, if possible. (Not all
287 hardware supports split baud rates.) If the output baud rate is set to \fB0\fR,
288 the line is hung up immediately.
294 \fB\fBignbrk\fR (\fB-ignbrk\fR)\fR
297 Ignore (do not ignore) break on input.
303 \fB\fBbrkint\fR (\fB-brkint\fR)\fR
306 Signal (do not signal) INTR on break.
312 \fB\fBignpar\fR (\fB-ignpar\fR)\fR
315 Ignore (do not ignore) parity errors.
321 \fB\fBparmrk\fR (\fB-parmrk\fR)\fR
324 Mark (do not mark) parity errors (see \fBtermio\fR(7I)).
330 \fB\fBinpck\fR (\fB-inpck\fR)\fR
333 Enable (disable) input parity checking.
339 \fB\fBistrip\fR (\fB-istrip\fR)\fR
342 Strip (do not strip) input characters to seven bits.
348 \fB\fBinlcr\fR (\fB-inlcr\fR)\fR
351 Map (do not map) NL to CR on input.
357 \fB\fBigncr\fR (\fB-igncr\fR)\fR
360 Ignore (do not ignore) CR on input.
366 \fB\fBicrnl\fR (\fB-icrnl\fR)\fR
369 Map (do not map) CR to NL on input.
375 \fB\fBiuclc\fR (\fB-iuclc\fR)\fR
378 Map (do not map) upper-case alphabetics to lower case on input.
384 \fB\fBixon\fR (\fB-ixon\fR)\fR
387 Enable (disable) START/STOP output control. Output is stopped by sending STOP
388 control character and started by sending the START control character.
394 \fB\fBixany\fR (\fB-ixany\fR)\fR
397 Allow any character (only DC1) to restart output.
403 \fB\fBixoff\fR (\fB-ixoff\fR)\fR
406 Request that the system send (not send) START/STOP characters when the input
407 queue is nearly empty/full.
413 \fB\fBimaxbel\fR (\fB-imaxbel\fR)\fR
416 Echo (do not echo) \fBBEL\fR when the input line is too long. If \fBimaxbel\fR
417 is set, the \fBASCII BEL\fR character (\fB07 hex\fR) is echoed if the input
418 stream overflows. Further input is not stored, but any input already present
419 is not disturbed. If \fB-imaxbel\fR is set, no \fBBEL\fR character is echoed,
420 and all unread input present in the input queue is discarded if the input
427 \fB\fBopost\fR (\fB-opost\fR)\fR
430 Post-process output (do not post-process output; ignore all other output
437 \fB\fBolcuc\fR (\fB-olcuc\fR)\fR
440 Map (do not map) lower-case alphabetics to upper case on output.
446 \fB\fBonlcr\fR (\fB-onlcr\fR)\fR
449 Map (do not map) NL to CR-NL on output.
455 \fB\fBocrnl\fR (\fB-ocrnl\fR)\fR
458 Map (do not map) CR to NL on output.
464 \fB\fBonocr\fR (\fB-onocr\fR)\fR
467 Do not (do) output CRs at column zero.
473 \fB\fBonlret\fR (\fB-onlret\fR)\fR
476 On the terminal NL performs (does not perform) the CR function.
482 \fB\fBofill\fR (\fB-ofill\fR)\fR
485 Use fill characters (use timing) for delays.
491 \fB\fBofdel\fR (\fB-ofdel\fR)\fR
494 Fill characters are DELs (NULs).
500 \fB\fBcr0 cr1 cr2 cr3\fR\fR
503 Select style of delay for carriage returns (see \fBtermio\fR(7I)).
512 Select style of delay for line-feeds (see \fBtermio\fR(7I)).
518 \fB\fBtab0 tab1 tab2 tab3\fR\fR
521 Select style of delay for horizontal tabs (see \fBtermio\fR(7I)).
530 Select style of delay for backspaces (see \fBtermio\fR(7I)).
539 Select style of delay for form-feeds (see \fBtermio\fR(7I)).
548 Select style of delay for vertical tabs (see \fBtermio\fR(7I)).
554 \fB\fBisig\fR(\fB-isig\fR)\fR
557 Enable (disable) the checking of characters against the special control
558 characters INTR, QUIT, SWTCH, and SUSP. For information on \fBSWTCH\fR, see
565 \fB\fBicanon\fR (\fB-icanon\fR)\fR
568 Enable (disable) canonical input (ERASE and KILL processing). Does not set
569 \fBMIN\fR or \fBTIME\fR.
575 \fB\fBxcase\fR (\fB-xcase\fR)\fR
578 Canonical (unprocessed) upper/lower-case presentation.
584 \fB\fBecho\fR (\fB-echo\fR)\fR
587 Echo back (do not echo back) every character typed.
593 \fB\fBechoe\fR (\fB-echoe\fR)\fR
596 Echo (do not echo) ERASE character as a backspace-space-backspace string. This
597 mode erases the ERASEed character on many CRT terminals; however, it does not
598 keep track of column position and, as a result, it might be confusing for
599 escaped characters, tabs, and backspaces.
605 \fB\fBechok\fR(\fB-echok\fR)\fR
608 Echo (do not echo) NL after KILL character.
614 \fB\fBlfkc\fR (\fB-lfkc\fR)\fR
617 The same as \fBechok\fR(\fB-echok\fR); obsolete.
623 \fB\fBechonl\fR (\fB-echonl\fR)\fR
626 Echo (do not echo) NL.
632 \fB\fBnoflsh\fR (\fB-noflsh\fR)\fR
635 Disable (enable) flush after INTR, QUIT, or SUSP.
641 \fB\fBstwrap\fR (\fB-stwrap\fR)\fR
644 Disable (enable) truncation of lines longer than \fB79\fR characters on a
651 \fB\fBtostop\fR (\fB-tostop\fR)\fR
654 Send (do not send) \fBSIGTTOU\fR when background processes write to the
661 \fB\fBechoctl\fR \fB(\fR\fB-echoctl\fR\fB)\fR\fR
664 Echo (do not echo) control characters as \fB^\fR\fIchar,\fR delete as \fB^?\fR.
670 \fB\fBechoprt\fR \fB(\fR\fB-echoprt\fR\fB)\fR\fR
673 Echo (do not echo) erase character as character is ``erased''.
679 \fB\fBechoke\fR \fB(\fR\fB-echoke\fR\fB)\fR\fR
682 BS-SP-BS erase (do not BS-SP-BS erase) entire line on line kill.
688 \fB\fBflusho\fR \fB(\fR\fB-flusho\fR\fB)\fR\fR
691 Output is (is not) being flushed.
697 \fB\fBpendin\fR \fB(\fR\fB-pendin\fR\fB)\fR\fR
700 Retype (do not retype) pending input at next read or input character.
706 \fB\fBiexten\fR \fB(\fR\fB-iexten\fR\fB)\fR\fR
709 Enable (disable) special control characters not currently controlled by
710 \fBicanon\fR, \fBisig\fR, \fBixon\fR, or \fBixoff\fR: \fBVEOL\fR, \fBVSWTCH\fR,
711 \fBVREPRINT\fR, \fBVDISCARD\fR, \fBVDSUSP\fR, \fBVWERASE\fR, \fBand\fR
718 \fB\fBstflush\fR \fB(\fR\fB-stflush\fR)\fR
721 Enable (disable) flush on a synchronous line after every \fBwrite\fR(2).
727 \fB\fBstappl\fR \fB(\fR\fB-stappl\fR)\fR
730 Use application mode (use line mode) on a synchronous line.
733 .SS "Hardware Flow Control Modes"
736 \fB\fBrtsxoff\fR (\fB-rtsxoff\fR)\fR
739 Enable (disable) RTS hardware flow control on input.
745 \fB\fBctsxon\fR (\fB-ctsxon\fR)\fR
748 Enable (disable) CTS hardware flow control on output.
754 \fB\fBdtrxoff\fR (\fB-dtrxoff\fR)\fR
757 Enable (disable) DTR hardware flow control on input.
763 \fB\fBcdxon\fR (\fB-cdxon\fR)\fR
766 Enable (disable) CD hardware flow control on output.
772 \fB\fBisxoff\fR (\fB-isxoff\fR)\fR
775 Enable (disable) isochronous hardware flow control on input.
784 Get transmit clock from internal baud rate generator.
793 Get the transmit clock from transmitter signal element timing (DCE source)
794 lead, CCITT V.24 circuit 114, EIA-232-D pin 15.
803 Get transmit clock from receiver signal element timing (DCE source) lead, CCITT
804 V.24 circuit 115, EIA-232-D pin 17.
813 Get receive clock from internal baud rate generator.
822 Get receive clock from transmitter signal element timing (DCE source) lead,
823 CCITT V.24 circuit 114, EIA-232-D pin 15.
832 Get receive clock from receiver signal element timing (DCE source) lead, CCITT
833 V.24 circuit 115, EIA-232-D pin 17.
842 Transmitter signal element timing clock not provided.
848 \fB\fBtsetcrbrg\fR\fR
851 Output receive baud rate generator on transmitter signal element timing (DTE
852 source) lead, CCITT V.24 circuit 113, EIA-232-D pin 24.
858 \fB\fBtsetctbrg\fR\fR
861 Output transmit baud rate generator on transmitter signal element timing (DTE
862 source) lead, CCITT V.24 circuit 113, EIA-232-D pin 24.
868 \fB\fBtsetctset\fR\fR
871 Output transmitter signal element timing (DCE source) on transmitter signal
872 element timing (DTE source) lead, CCITT V.24 circuit 113, EIA-232-D pin 24.
878 \fB\fBtsetcrset\fR\fR
881 Output receiver signal element timing (DCE source) on transmitter signal
882 element timing (DTE source) lead, CCITT V.24 circuit 113, EIA-232-D pin 24.
891 Receiver signal element timing clock not provided.
897 \fB\fBrsetcrbrg\fR\fR
900 Output receive baud rate generator on receiver signal element timing (DTE
901 source) lead, CCITT V.24 circuit 128, no EIA-232-D pin.
907 \fB\fBrsetctbrg\fR\fR
910 Output transmit baud rate generator on receiver signal element timing (DTE
911 source) lead, CCITT V.24 circuit 128, no EIA-232-D pin.
917 \fB\fBrsetctset\fR\fR
920 Output transmitter signal element timing (DCE source) on receiver signal
921 element timing (DTE source) lead, CCITT V.24 circuit 128, no EIA-232-D pin.
927 \fB\fBrsetcrset\fR\fR
930 Output receiver signal element timing (DCE source) on receiver signal element
931 timing (DTE source) lead, CCITT V.24 circuit 128, no EIA-232-D pin.
934 .SS "Control Assignments"
937 \fB\fIcontrol-character\fR \fIc\fR\fR
941 Set \fIcontrol-character\fR to \fIc\fR, where:
945 \fB\fIcontrol-character\fR\fR
948 is \fBctab\fR, \fBdiscard\fR, \fBdsusp\fR, \fBeof\fR, \fBeol\fR, \fBeol2\fR,
949 \fBerase\fR, \fBerase2\fR, \fBintr\fR, \fBkill\fR, \fBlnext\fR, \fBquit\fR,
950 \fBreprint\fR, \fBstart\fR, \fBstop\fR, \fBsusp\fR, \fBstatus\fR, \fBswtch\fR,
951 or \fBwerase\fR (\fBctab\fR is used with \fB-stappl\fR, see \fBtermio\fR(7I)).
952 For information on \fBswtch\fR, see NOTES.
961 If \fIc\fR is a single character, the control character is set to that
964 In the POSIX locale, if \fIc\fR is preceded by a caret (\fB^\fR) indicating an
965 escape from the shell and is one of those listed in the \fI^c\fR column of the
966 following table, then its value used (in the Value column) is the corresponding
967 control character (for example, ``\fB^d\fR'' is a CTRL-d). ``\fB^?\fR'' is
968 interpreted as DEL and ``\fB^\(mi\fR'' is interpreted as undefined.
980 \fB^\fR\fIc\fR \fBValue\fR \fB^\fR\fIc\fR \fBValue\fR \fB^\fR\fIc\fR \fBValue\fR
981 \fBa\fR, A <SOH> \fBl\fR, L <FF> \fBw\fR, W <ETB>
982 \fBb\fR, B <STX> \fBm\fR, M <CR> \fBx\fR, X <CAN>
983 \fBc\fR, C <ETX> \fBn\fR, N <SO> \fBy\fR, Y <EM>
984 \fBd\fR, D <EOT> \fBo\fR, O <SI> \fBz\fR, Z <SUB>
985 \fBe\fR, E <ENQ> \fBp\fR, P <DLE> \fB[\fR <ESC>
986 \fBf\fR, F <ACK> \fBq\fR, Q <DC1> \fB\e\fR <FS>
987 \fBg\fR, G <BEL> \fBr\fR, R <DC2> \fB]\fR <GS>
988 \fBh\fR, H <BS> \fBs\fR, S <DC3> \fB^\fR <RS>
989 \fBi\fR, I <HT> \fBt\fR, T <DC4> \fB_\fR <US>
990 \fBj\fR, J <LF> \fBu\fR, U <NAK> \fB?\fR <DEL>
991 \fBk\fR, K <VT> \fBv\fR, V <SYN>
997 \fB\fBmin\fR \fInumber\fR\fR
1001 \fB\fBtime\fR \fInumber\fR\fR
1004 Set the value of \fBmin\fR or \fBtime\fR to \fInumber\fR. \fBMIN\fR and
1005 \fBTIME\fR are used in Non-Canonical mode input processing (\fB-icanon\fR).
1011 \fB\fBline\fR \fIi\fR\fR
1014 Set line discipline to \fIi\fR ( \fB0\fR< \fIi\fR <\fB127\fR).
1017 .SS "Combination Modes"
1020 \fB\fIsaved\fR \fIsettings\fR\fR
1023 Set the current terminal characteristics to the saved settings produced by the
1030 \fB\fBevenp\fR or \fBparity\fR\fR
1033 Enable \fBparenb\fR and \fBcs7\fR, or disable \fBparodd\fR.
1042 Enable \fBparenb\fR, \fBcs7\fR, and \fBparodd\fR.
1051 Enable \fBparenb\fR, \fBcs7\fR, and \fBparext\fR.
1060 Enable \fBparenb\fR, \fBcs7\fR, \fBparodd\fR, and \fBparext\fR.
1066 \fB\fB-parity\fR, or \fB-evenp\fR\fR
1069 Disable \fBparenb\fR, and set \fBcs8\fR.
1078 Disable \fBparenb\fR and \fBparodd\fR, and set \fBcs8\fR.
1087 Disable \fBparenb\fR and \fBparext\fR, and set \fBcs8\fR.
1096 Disable \fBparenb\fR, \fBparodd\fR, and \fBparext\fR, and set \fBcs8\fR.
1102 \fB\fBraw\fR (\fB-raw\fR or \fBcooked\fR)\fR
1105 Enable (disable) raw input and output. Raw mode is equivalent to setting:
1109 stty cs8 -icanon min 1 time 0 -isig -xcase \e
1116 .SS "/usr/bin/stty, /usr/xpg6/bin/stty"
1119 \fB\fBnl\fR (\fB-nl\fR)\fR
1122 Unset (set) \fBicrnl\fR, \fBonlcr\fR. In addition \fB-nl\fR unsets \fBinlcr\fR,
1123 \fBigncr\fR, \fBocrnl\fR, and \fBonlret\fR.
1126 .SS "/usr/xpg4/bin/stty"
1129 \fB\fBnl\fR (\fB-nl\fR)\fR
1132 Set (unset) \fBicrnl\fR. In addition, \fB-nl\fR unsets \fBinlcr\fR,
1133 \fBigncr\fR, \fBocrnl\fR, and \fBonlret\fR; \fB-nl\fR sets \fBonlcr\fR, and
1134 \fBnl\fR unsets \fBonlcr\fR.
1140 \fB\fBlcase\fR (\fB-lcase\fR)\fR
1143 Set (unset) \fBxcase\fR, \fBiuclc\fR, and \fBolcuc\fR.
1149 \fB\fBLCASE\fR (\fB-LCASE\fR)\fR
1152 Same as \fBlcase\fR (\fB-lcase\fR).
1158 \fB\fBtabs\fR (\fB-tabs\fR or \fBtab3\fR)\fR
1161 Preserve (expand to spaces) tabs when printing.
1170 Reset ERASE, ERASE2, and KILL characters back to normal DEL, CTRL-h, and CTRL-u,
1180 Reset all modes to some reasonable values.
1189 Set all modes suitable for the terminal type \fIterm\fR, where \fIterm\fR is
1190 one of \fBtty33\fR, \fBtty37\fR, \fBvt05\fR, \fBtn300\fR, \fBti700\fR, or
1200 Set normal asynchronous communications where clock settings are \fBxcibrg\fR,
1201 \fBrcibrg\fR, \fBtsetcoff\fR and \fBrsetcoff\fR.
1207 \fB\fBrows\fR \fIn\fR\fR
1210 Set window size to \fIn\fR rows.
1216 \fB\fBcolumns\fR \fIn\fR\fR
1219 Set window size to \fIn\fR columns.
1225 \fB\fBcols\fR \fIn\fR\fR
1228 Set window size to \fIn\fR columns. \fBcols\fR is a shorthand alias for
1235 \fB\fBypixels\fR \fIn\fR\fR
1238 Set vertical window size to \fIn\fR pixels.
1244 \fB\fBxpixels\fR \fIn\fR\fR
1247 Set horizontal window size to \fIn\fR pixels.
1252 The \fB-g\fR flag is designed to facilitate the saving and restoring of
1253 terminal state from the shell level. For example, a program can:
1257 saveterm="$(stty -g)" # save terminal state
1258 stty (new settings) # set new state
1260 stty $saveterm # restore terminal state
1267 Since the \fB-a\fR format is so loosely specified, scripts that save and
1268 restore terminal settings should use the \fB-g\fR option.
1269 .SH ENVIRONMENT VARIABLES
1271 See \fBenviron\fR(5) for descriptions of the following environment variables
1272 that affect the execution of \fBstty\fR: \fBLANG\fR, \fBLC_ALL\fR,
1273 \fBLC_CTYPE\fR, \fBLC_MESSAGES\fR, and \fBNLSPATH\fR.
1276 The following exit values are returned:
1283 Successful completion.
1297 See \fBattributes\fR(5) for descriptions of the following attributes:
1298 .SS "/usr/xpg4/bin/stty"
1303 ATTRIBUTE TYPE ATTRIBUTE VALUE
1305 Interface Stability Committed
1307 Standard See \fBstandards\fR(5).
1310 .SS "/usr/xpg6/bin/stty"
1315 ATTRIBUTE TYPE ATTRIBUTE VALUE
1317 Interface Stability Committed
1319 Standard See \fBstandards\fR(5).
1324 \fBtabs\fR(1), \fBioctl\fR(2), \fBwrite\fR(2), \fBgetwidth\fR(3C),
1325 \fBattributes\fR(5), \fBenviron\fR(5), \fBstandards\fR(5), \fBldterm\fR(7M),
1326 \fBtermio\fR(7I), \fBtermiox\fR(7I)
1329 Solaris does not support any of the actions implied by \fBswtch\fR, which was
1330 used by the \fBsxt\fR driver on System V release 4. Solaris allows the
1331 \fBswtch\fR value to be set, and prints it out if set, but it does not perform
1332 the \fBswtch\fR action.
1335 The job switch functionality on Solaris is actually handled by job control.
1336 \fBsusp\fR is the correct setting for this.