]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/towlower.3
getwchar.3, infnan.3, iswalnum.3, iswalpha.3, iswcntrl.3, iswctype.3, iswdigit.3...
[thirdparty/man-pages.git] / man3 / towlower.3
index 2d3364b26a57570a980ef3f34c3dca63aaa18978..8727e33d84f6ef19bd91bdb51608669d73eea2b3 100644 (file)
@@ -28,15 +28,28 @@ The
 function is the wide-character equivalent of the
 .BR tolower (3)
 function.
-If \fIwc\fP is a wide character, it is converted to
+If
+.I wc
+is a wide character, it is converted to
 lowercase.
 Characters which do not have case are returned unchanged.
-If \fIwc\fP is \fBWEOF\fP, \fBWEOF\fP is returned.
+If
+.IR wc 
+is
+.BR WEOF ,
+.B WEOF
+is returned.
 .SH RETURN VALUE
 The
 .BR towlower ()
-function returns the lowercase equivalent of \fIwc\fP,
-or \fBWEOF\fP if \fIwc\fP is \fBWEOF\fP.
+function returns the lowercase equivalent of
+.IR wc ,
+or
+.BR WEOF 
+if
+.I wc
+is
+.BR WEOF .
 .SH CONFORMING TO
 C99.
 .SH NOTES