termios.3: Mention that noncanonical mode does not do input processing

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643854

Reported-by: Bernhard Kuemel <bernhard@bksys.at>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2013-03-10 13:04:00 +01:00
parent 63bed6ae25
commit 764d3de3bc
1 changed files with 1 additions and 0 deletions

View File

@ -715,6 +715,7 @@ and the remaining characters will be available for a future
.PP
In noncanonical mode input is available immediately (without
the user having to type a line-delimiter character),
no input processing is performed,
and line editing is disabled.
The settings of MIN
.RI ( c_cc[VMIN] )