summaryrefslogtreecommitdiffstats
path: root/man3/putwchar.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/putwchar.3')
-rw-r--r--man3/putwchar.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/putwchar.3 b/man3/putwchar.3
index 5b48fd439..207bb41b0 100644
--- a/man3/putwchar.3
+++ b/man3/putwchar.3
@@ -26,7 +26,7 @@ Standard C library
The
.BR putwchar ()
function is the wide-character equivalent of the
-.BR putchar (3)
+.MR putchar 3
function.
It writes the wide character
.I wc
@@ -47,7 +47,7 @@ Otherwise, it returns
.IR wc .
.P
For a nonlocking counterpart, see
-.BR unlocked_stdio (3).
+.MR unlocked_stdio 3 .
.SH RETURN VALUE
The
.BR putwchar ()
@@ -58,7 +58,7 @@ if no error occurred, or
to indicate an error.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -88,5 +88,5 @@ will actually write
the multibyte sequence corresponding to the wide character
.IR wc .
.SH SEE ALSO
-.BR fputwc (3),
-.BR unlocked_stdio (3)
+.MR fputwc 3 ,
+.MR unlocked_stdio 3