Print this page
12315 errors in section 7i of the manual
@@ -114,11 +114,11 @@
independent of any backspacing or tabbing that may have been done. The
REPRINT character (the character Control-r) 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 ECHO is not set, they are not
+ were being echoed; consequently, if ECHO is not set, they are not
printed.
The ERASE, ERASE2, and KILL characters may be entered literally by
preceding them with the escape character. In this case, the escape
character is not read. The erase, erase2, and kill characters may be
@@ -206,11 +206,11 @@
represents a read timer.
These two points highlight the dual purpose of the MIN/TIME feature.
Cases A and B, where MIN > 0, exist to handle burst mode activity (for
example, file transfer programs), where a program would like to process
- at least MIN characters at a time. In case A, the inteercharacter timer
+ at least 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.
Cases C and D exist to handle single character, timed transfers. These
cases are readily adaptable to screen-based applications that need to
@@ -223,11 +223,11 @@
be returned to the user.
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
+ 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 threshold, the program is resumed.
Special Characters
@@ -347,11 +347,11 @@
allocated to the session will receive appropriate SIGTTOU and SIGTTIN
signals. Unless other arrangements have been made, this signal causes
the processes to stop.
The controlling terminal will remain in this state until it is
- reinitialized ithh a successful open by the controlling process, or
+ reinitialized with a successful open by the controlling process, or
deallocated by the controlling process.
Terminal Parameters
The parameters that control the behavior of devices and modules providing
the termios interface are specified by the termios structure defined by
@@ -1070,6 +1070,6 @@
SEE ALSO
stty(1), fork(2), getpgid(2), getsid(2), ioctl(2), setsid(2),
sigaction(2), signal(3C), tcsetpgrp(3C), termios(3C), signal.h(3HEAD),
streamio(7I)
-illumos March 17, 2019 illumos
+illumos February 17, 2020 illumos