summaryrefslogtreecommitdiff
path: root/man3/wctrans.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wctrans.3')
-rw-r--r--man3/wctrans.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/wctrans.3 b/man3/wctrans.3
index b47e043f..2971d955 100644
--- a/man3/wctrans.3
+++ b/man3/wctrans.3
@@ -44,13 +44,13 @@ following names are valid in all locales.
"tolower" \- realizes the \fBtolower\fP(3) mapping
"toupper" \- realizes the \fBtoupper\fP(3) mapping
.fi
-.SH "RETURN VALUE"
+.SH RETURN VALUE
The
.BR wctrans ()
function returns a mapping descriptor if the \fIname\fP
is valid.
Otherwise it returns \fI(wctrans_t) 0\fP.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
C99.
.SH NOTES
The behavior of
@@ -59,5 +59,5 @@ depends on the
.B LC_CTYPE
category of the
current locale.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR towctrans (3)