summaryrefslogtreecommitdiffstats
path: root/man3/fputws.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fputws.3')
-rw-r--r--man3/fputws.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/fputws.3 b/man3/fputws.3
index e40396d15..9cab61265 100644
--- a/man3/fputws.3
+++ b/man3/fputws.3
@@ -26,14 +26,14 @@ The
.BR fputws ()
function is the wide-character equivalent of
the
-.BR fputs (3)
+.MR fputs 3
function.
It writes the wide-character string starting at \fIws\fP,
up to but not including the terminating null wide character (L\[aq]\e0\[aq]),
to \fIstream\fP.
.P
For a nonlocking counterpart, see
-.BR unlocked_stdio (3).
+.MR unlocked_stdio 3 .
.SH RETURN VALUE
The
.BR fputws ()
@@ -42,7 +42,7 @@ nonnegative integer if the operation was
successful, or \-1 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
@@ -67,12 +67,12 @@ 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 fputws ()
will actually write the multibyte
string corresponding to the wide-character string \fIws\fP.
.SH SEE ALSO
-.BR fputwc (3),
-.BR unlocked_stdio (3)
+.MR fputwc 3 ,
+.MR unlocked_stdio 3