From 764d3de3bcd41f49698864b35ef3a587efee4288 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 10 Mar 2013 13:04:00 +0100 Subject: [PATCH] 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 Signed-off-by: Michael Kerrisk --- man3/termios.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/man3/termios.3 b/man3/termios.3 index 613e57cbd..cb1029c9b 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -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] )