]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wctrans.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / wctrans.3
index 945d740597749f5be746c90015e64ae18dc8a6cc..3d7b5f69a470a8e3b773c795ede82f269f85eb21 100644 (file)
@@ -21,13 +21,17 @@ wctrans \- wide character translation mapping
 .BI "wctrans_t wctrans(const char *" name );
 .fi
 .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
+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
 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
@@ -36,7 +40,8 @@ following names are valid in all locales.
 .fi
 .SH "RETURN VALUE"
 The \fBwctrans\fP() function returns a mapping descriptor if the \fIname\fP
-is valid. Otherwise it returns \fI(wctrans_t)0\fP.
+is valid.
+Otherwise it returns \fI(wctrans_t)0\fP.
 .SH "CONFORMING TO"
 C99.
 .SH "SEE ALSO"