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 5275d8a4..d86aab57 100644 --- a/man3/wctrans.3 +++ b/man3/wctrans.3 @@ -27,7 +27,7 @@ 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 -The \fBwctrans\fP function returns a mapping, given by its name. The set of +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 @@ -35,12 +35,12 @@ following names are valid in all locales. "toupper" \- realizes the \fBtoupper\fP(3) mapping .fi .SH "RETURN VALUE" -The \fBwctrans\fP function returns a mapping descriptor if the \fIname\fP +The \fBwctrans\fP() function returns a mapping descriptor if the \fIname\fP is valid. Otherwise it returns \fI(wctrans_t)0\fP. .SH "CONFORMING TO" ISO/ANSI C, UNIX98 .SH "SEE ALSO" .BR wctrans (3) .SH NOTES -The behaviour of \fBwctrans\fP depends on the LC_CTYPE category of the +The behaviour of \fBwctrans\fP() depends on the LC_CTYPE category of the current locale. |