Print this page
5025 import and use mandoc
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Albert Lee <trisk@nexenta.com>
Approved by: TBD
@@ -24,11 +24,11 @@
\fBwint_t\fR \fBtowlower\fR(\fBwint_t\fR \fIwc\fR);
.fi
.LP
.nf
\fBwint_t\fR \fBtowlower_l\fR(\fBwint_t\fR \fIwc\fR, \fBlocale_t\fR \fIloc\fR);
-.nf
+.fi
.SH DESCRIPTION
The function
.BR towlower()
is the wide character equivalent of the function
.BR tolower (3C).