]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/mbstowcs.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / mbstowcs.3
index 9b6c520abac5d5e96d6ed3e27384f44bea72868d..d76c56b72ce936f29db241abe5365211b6f97d16 100644 (file)
@@ -55,7 +55,7 @@ and that no length limit exists.
 .PP
 In order to avoid the case 2 above, the programmer should make sure \fIn\fP is
 greater or equal to \fImbstowcs(NULL,src,0)+1\fP.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR mbstowcs ()
 function returns the number of wide characters that make
@@ -65,7 +65,7 @@ If an invalid multibyte sequence was
 encountered,
 .I (size_t)\ \-1
 is returned.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99.
 .SH NOTES
 The behavior of
@@ -79,6 +79,6 @@ The function
 .BR mbsrtowcs (3)
 provides a better interface to the same
 functionality.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR mbsrtowcs (3),
 .BR wcstombs (3)