termios.3: Tweaks to Tobias's patch

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-02-15 16:24:50 +01:00
parent 5ad8a9d73b
commit 7a727dc4ab
1 changed files with 7 additions and 5 deletions

View File

@ -729,11 +729,13 @@ then only as many bytes as requested are read,
and the remaining characters will be available for a future
.BR read (2).
.IP * 2
The maximum line length is 4096 chars (including the line termination
char); lines longer than 4096 chars are truncated. After 4095 chars,
input data is still processed but not stored. Overflow processing
ensures the tty can always receive more input until at least one
line can be read.
The maximum line length is 4096 chars
(including the terminating newline character);
lines longer than 4096 chars are truncated.
After 4095 characters,
input data up (but not including) any terminating newline is discarded.
This ensures that the terminal can always receive
more input until at least one line can be read.
.PP
In noncanonical mode input is available immediately (without
the user having to type a line-delimiter character),