From eee28e75ffe40044712374e8c4202e29cc12690b Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 27 Aug 2007 08:22:11 +0000 Subject: [PATCH] Fix XCASE feature test macro description --- man3/termios.3 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/man3/termios.3 b/man3/termios.3 index c84ba1f7d..ec7ae1d5f 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -375,12 +375,12 @@ If \fBICANON\fP is also set, terminal is uppercase only. Input is converted to lowercase, except for characters preceded by \\. On output, uppercase characters are preceded by \\ and lowercase characters are converted to uppercase. -.\" [requires _BSD_SOURCE or _SVID_SOURCE or _XOPEN_SOURCE] +[requires _BSD_SOURCE or _SVID_SOURCE or _XOPEN_SOURCE] .\" glibc is probably now wrong to allow -Define -.B _XOPEN_SOURCE -to expose -.BR XCASE . +.\" Define +.\" .B _XOPEN_SOURCE +.\" to expose +.\" .BR XCASE . .TP .B ECHO Echo input characters.