summaryrefslogtreecommitdiff
path: root/man3/mbrtowc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/mbrtowc.3')
-rw-r--r--man3/mbrtowc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/mbrtowc.3 b/man3/mbrtowc.3
index 3d8393c3..071aad80 100644
--- a/man3/mbrtowc.3
+++ b/man3/mbrtowc.3
@@ -85,7 +85,7 @@ by zeroing it, for example using
.in +4n
memset(&a, 0, sizeof(a));
.in
-.SH "RETURN VALUE"
+.SH RETURN VALUE
The
.BR mbrtowc ()
function returns the number of bytes parsed from the
@@ -98,7 +98,7 @@ and sets \fIerrno\fP to \fBEILSEQ\fP, if an invalid multibyte sequence was
encountered.
It returns \fI(size_t)\ \-2\fP if it couldn't parse a complete multibyte
character, meaning that \fIn\fP should be increased.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
C99.
.SH NOTES
The behavior of
@@ -107,5 +107,5 @@ depends on the
.B LC_CTYPE
category of the
current locale.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR mbsrtowcs (3)