Fix XCASE feature test macro description

This commit is contained in:
Michael Kerrisk 2007-08-27 08:22:11 +00:00
parent daac762ca0
commit eee28e75ff
1 changed files with 5 additions and 5 deletions

View File

@ -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.