diff options
Diffstat (limited to 'man3/wctrans.3')
| -rw-r--r-- | man3/wctrans.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/wctrans.3 b/man3/wctrans.3 index 832ded37bf..5275d8a4c3 100644 --- a/man3/wctrans.3 +++ b/man3/wctrans.3 @@ -23,7 +23,7 @@ wctrans \- wide character translation mapping .SH DESCRIPTION The \fBwctrans_t\fP type represents a mapping which can map a wide character to another wide character. Its nature is implementation dependent, but the special -value \fI(wctrans_t)0\fP denotes an invalid mapping. Nonzero \fBwctrans_t\fP +value \fI(wctrans_t)\ 0\fP denotes an invalid mapping. Nonzero \fBwctrans_t\fP values can be passed to the \fBtowctrans\fP function to actually perform the wide character mapping. .PP @@ -31,8 +31,8 @@ The \fBwctrans\fP function returns a mapping, given by its name. The set of valid names depends on the LC_CTYPE category of the current locale, but the following names are valid in all locales. .nf - "tolower" - realizes the \fBtolower\fP(3) mapping - "toupper" - realizes the \fBtoupper\fP(3) mapping + "tolower" \- realizes the \fBtolower\fP(3) mapping + "toupper" \- realizes the \fBtoupper\fP(3) mapping .fi .SH "RETURN VALUE" The \fBwctrans\fP function returns a mapping descriptor if the \fIname\fP |
