Print this page
12315 errors in section 7i of the manual

*** 13,23 **** .\" 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 the .\" fields enclosed by brackets "[]" replaced with your own identifying .\" information: Portions Copyright [yyyy] [name of copyright owner] ! .Dd March 17, 2019 .Dt TERMIO 7I .Os .Sh NAME .Nm termio .Nd general terminal interface --- 13,23 ---- .\" 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 the .\" fields enclosed by brackets "[]" replaced with your own identifying .\" information: Portions Copyright [yyyy] [name of copyright owner] ! .Dd February 17, 2020 .Dt TERMIO 7I .Os .Sh NAME .Nm termio .Nd general terminal interface
*** 231,241 **** prints a newline followed by all characters that have not been read. Reprinting also occurs automatically if characters that would normally be erased from the screen are fouled by program output. The characters are reprinted as if they were being echoed; ! consequencely, if .Dv ECHO is not set, they are not printed. .Pp The .Sy ERASE , --- 231,241 ---- prints a newline followed by all characters that have not been read. Reprinting also occurs automatically if characters that would normally be erased from the screen are fouled by program output. The characters are reprinted as if they were being echoed; ! consequently, if .Dv ECHO is not set, they are not printed. .Pp The .Sy ERASE ,
*** 405,415 **** > 0, exist to handle burst mode activity (for example, file transfer programs), where a program would like to process at least .Sy MIN characters at a time. ! In case A, the inteercharacter timer is activated by a user as a safety measure; in case B, the timer is turned off. .Pp Cases C and D exist to handle single character, timed transfers. These cases are readily adaptable to screen-based applications that need to know if a --- 405,415 ---- > 0, exist to handle burst mode activity (for example, file transfer programs), where a program would like to process at least .Sy MIN characters at a time. ! In case A, the intercharacter timer is activated by a user as a safety measure; in case B, the timer is turned off. .Pp Cases C and D exist to handle single character, timed transfers. These cases are readily adaptable to screen-based applications that need to know if a
*** 427,437 **** is 10, and 25 characters are present, then 20 characters will be returned to the user. .Ss "Writing Characters" When one or more characters are written, they are transmitted to the terminal as soon as previously written characters have finished typing. ! nputt characters are echoed as they are typed if echoing has been enabled. If a process produces characters more rapidly than they can be typed, it will be suspended when its output queue exceeds some limit. When the queue is drained down to some --- 427,437 ---- is 10, and 25 characters are present, then 20 characters will be returned to the user. .Ss "Writing Characters" When one or more characters are written, they are transmitted to the terminal as soon as previously written characters have finished typing. ! Input characters are echoed as they are typed if echoing has been enabled. If a process produces characters more rapidly than they can be typed, it will be suspended when its output queue exceeds some limit. When the queue is drained down to some
*** 688,698 **** signals. Unless other arrangements have been made, this signal causes the processes to stop. .Pp The controlling terminal will remain in this state until it is reinitialized ! ithh a successful open by the controlling process, or deallocated by the controlling process. .Ss "Terminal Parameters" The parameters that control the behavior of devices and modules providing the .Vt termios interface are specified by the --- 688,698 ---- signals. Unless other arrangements have been made, this signal causes the processes to stop. .Pp The controlling terminal will remain in this state until it is reinitialized ! with a successful open by the controlling process, or deallocated by the controlling process. .Ss "Terminal Parameters" The parameters that control the behavior of devices and modules providing the .Vt termios interface are specified by the