]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/wctob.3
getent.1, intro.1, time.1, _exit.2, _syscall.2, accept.2, access.2, acct.2, adjtimex...
[thirdparty/man-pages.git] / man3 / wctob.3
index 429e46a8bb88ccb738104a8b0244617019f4f37a..bf1044aab679d4f911f3d155ddfc41186ccdee83 100644 (file)
@@ -35,12 +35,12 @@ It cannot help you in writing internationalized
 programs.
 Internationalized programs must never distinguish single-byte and
 multibyte characters.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The
 .BR wctob ()
 function returns the single-byte representation of \fIc\fP,
 if it exists, of \fBEOF\fP otherwise.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C99.
 .SH NOTES
 The behavior of
@@ -58,7 +58,7 @@ Use either
 or the thread-safe
 .BR wcrtomb (3)
 instead.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR btowc (3),
 .BR wcrtomb (3),
 .BR wctomb (3)