]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/towctrans.3
getwchar.3, infnan.3, iswalnum.3, iswalpha.3, iswcntrl.3, iswctype.3, iswdigit.3...
[thirdparty/man-pages.git] / man3 / towctrans.3
index 77cd90162feb687260a6667e3375d6bdf824725c..d1fa6ff19a8ae075b4a3665d80c47141067d74a0 100644 (file)
@@ -23,13 +23,22 @@ towctrans \- wide-character transliteration
 .BI "wint_t towctrans(wint_t " wc ", wctrans_t " desc );
 .fi
 .SH DESCRIPTION
-If \fIwc\fP is a wide character, the
+If
+.I wc
+is a wide character, the
 .BR towctrans ()
 function
-translates it according to the transliteration descriptor \fIdesc\fP.
-If \fIwc\fP is \fBWEOF\fP, \fBWEOF\fP is returned.
+translates it according to the transliteration descriptor
+.IR desc .
+If
+.IR wc 
+is
+.BR WEOF ,
+.B WEOF
+is returned.
 .PP
-\fIdesc\fP must be a transliteration descriptor returned by
+.I desc
+must be a transliteration descriptor returned by
 the
 .BR wctrans (3)
 function.
@@ -37,7 +46,12 @@ function.
 The
 .BR towctrans ()
 function returns the translated wide character,
-or \fBWEOF\fP if \fIwc\fP is \fBWEOF\fP.
+or
+.BR WEOF 
+if
+.I wc
+is
+.BR WEOF .
 .SH CONFORMING TO
 C99.
 .SH NOTES