From 73da353720cfd6424f807ddcf326fca29a03d4f0 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 7 May 2014 20:28:38 +0200 Subject: [PATCH] termios.3: Rework intro text for 'c_oflag' Reported-by: Yuri Kozlov Signed-off-by: Michael Kerrisk --- man3/termios.3 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/man3/termios.3 b/man3/termios.3 index 65f6c7911..83c67d085 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -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.