From d8b24e6ee64d8cd7aa55188762baa5accb731831 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 9 Sep 2011 15:11:29 +0200 Subject: [PATCH] termios.3: Use "terminal special characters" consistently throughout page Signed-off-by: Michael Kerrisk --- man3/termios.3 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/man3/termios.3 b/man3/termios.3 index 671e7a99b..24a3e42b9 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -98,7 +98,7 @@ tcflag_t c_iflag; /* input modes */ tcflag_t c_oflag; /* output modes */ tcflag_t c_cflag; /* control modes */ tcflag_t c_lflag; /* local modes */ -cc_t c_cc[NCCS]; /* control chars */ +cc_t c_cc[NCCS]; /* special characters */ .fi .in .PP @@ -396,10 +396,11 @@ If \fBICANON\fP is also set, the KILL character erases the current line. If \fBICANON\fP is also set, echo the NL character even if ECHO is not set. .TP .B ECHOCTL -(not in POSIX) If \fBECHO\fP is also set, ASCII control signals other than +(not in POSIX) If \fBECHO\fP is also set, +terminal special characters other than TAB, NL, START, and STOP are echoed as \fB^X\fP, where X is the character with -ASCII code 0x40 greater than the control signal. +ASCII code 0x40 greater than the special character. For example, character 0x08 (BS) is echoed as \fB^H\fP. [requires @@ -465,7 +466,7 @@ This flag, as well as \fBICANON\fP must be enabled for the special characters EOL2, LNEXT, REPRINT, WERASE to be interpreted, and for the \fBIUCLC\fP flag to be effective. .PP -The \fIc_cc\fP array defines the special control characters. +The \fIc_cc\fP array defines the terminal special characters. The symbolic indices (initial values) and meaning are: .TP .B VINTR