termios.3: Rework intro text for 'c_oflag'

Reported-by: Yuri Kozlov <yuray@komyakino.ru>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-07 20:28:38 +02:00
parent a4cd12a95f
commit 73da353720
1 changed files with 2 additions and 4 deletions

View File

@ -175,13 +175,11 @@ Linux does not implement this bit, and acts as if it is always set.
(not in POSIX) Input is UTF8;
this allows character-erase to be correctly performed in cooked mode.
.PP
\fIc_oflag\fP flag constants defined in POSIX.1:
.I c_oflag
flag constants:
.TP
.B OPOST
Enable implementation-defined output processing.
.PP
The remaining \fIc_oflag\fP flag constants are defined in POSIX.1-2001,
unless marked otherwise.
.TP
.B OLCUC
(not in POSIX) Map lowercase characters to uppercase on output.