From 96da8065c270128796030f049a5cff604519fe57 Mon Sep 17 00:00:00 2001 From: James Hunt Date: Mon, 23 Apr 2012 23:40:07 +1200 Subject: [PATCH] termios.3: tfix: 'IECHO' should be 'ECHO'. Signed-off-by: James Hunt Signed-off-by: Michael Kerrisk --- man3/termios.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/termios.3 b/man3/termios.3 index dd16721dc..f768d1e85 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -409,7 +409,7 @@ or .BR _SVID_SOURCE ] .TP .B ECHOPRT -(not in POSIX) If \fBICANON\fP and \fBIECHO\fP are also set, characters +(not in POSIX) If \fBICANON\fP and \fBECHO\fP are also set, characters are printed as they are being erased. [requires .B _BSD_SOURCE