summaryrefslogtreecommitdiffstats
path: root/man3/fputwc.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fputwc.3')
-rw-r--r--man3/fputwc.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/fputwc.3 b/man3/fputwc.3
index 3c7d4013b..f1e9551e4 100644
--- a/man3/fputwc.3
+++ b/man3/fputwc.3
@@ -28,7 +28,7 @@ The
.BR fputwc ()
function is the wide-character
equivalent of the
-.BR fputc (3)
+.MR fputc 3
function.
It writes the wide character \fIwc\fP to \fIstream\fP.
If
@@ -48,7 +48,7 @@ more than once.
There is no reason ever to use it.
.P
For nonlocking counterparts, see
-.BR unlocked_stdio (3).
+.MR unlocked_stdio 3 .
.SH RETURN VALUE
On success,
.BR fputwc ()
@@ -66,7 +66,7 @@ Apart from the usual ones, there is
Conversion of \fIwc\fP to the stream's encoding fails.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -92,13 +92,13 @@ category of the
current locale.
.P
In the absence of additional information passed to the
-.BR fopen (3)
+.MR fopen 3
call, it is
reasonable to expect that
.BR fputwc ()
will actually write the multibyte
sequence corresponding to the wide character \fIwc\fP.
.SH SEE ALSO
-.BR fgetwc (3),
-.BR fputws (3),
-.BR unlocked_stdio (3)
+.MR fgetwc 3 ,
+.MR fputws 3 ,
+.MR unlocked_stdio 3