summaryrefslogtreecommitdiff
path: root/man3/fputwc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fputwc.3')
-rw-r--r--man3/fputwc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/fputwc.3 b/man3/fputwc.3
index 227dcecd..7d72dd1a 100644
--- a/man3/fputwc.3
+++ b/man3/fputwc.3
@@ -49,7 +49,7 @@ There is no reason ever to use it.
.PP
For nonlocking counterparts, see
.BR unlocked_stdio (3).
-.SH "RETURN VALUE"
+.SH RETURN VALUE
The
.BR fputwc ()
function returns \fIwc\fP if no error occurred, or
@@ -60,7 +60,7 @@ Apart from the usual ones, there is
.TP
.B EILSEQ
Conversion of \fIwc\fP to the stream's encoding fails.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
C99, POSIX.1-2001.
.SH NOTES
The behavior of
@@ -77,7 +77,7 @@ reasonable to expect that
.BR fputwc ()
will actually write the multibyte
sequence corresponding to the wide character \fIwc\fP.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR fgetwc (3),
.BR fputws (3),
.BR unlocked_stdio (3)