summaryrefslogtreecommitdiffstats
path: root/man3/wprintf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/wprintf.3')
-rw-r--r--man3/wprintf.348
1 files changed, 24 insertions, 24 deletions
diff --git a/man3/wprintf.3 b/man3/wprintf.3
index d8ebe47fa..04e4794e9 100644
--- a/man3/wprintf.3
+++ b/man3/wprintf.3
@@ -36,7 +36,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
All functions shown above:
@@ -55,7 +55,7 @@ The
.BR wprintf ()
family of functions is
the wide-character equivalent of the
-.BR printf (3)
+.MR printf 3
family of functions.
It performs formatted output of wide
characters.
@@ -69,7 +69,7 @@ perform wide-character output to
.IR stdout .
.I stdout
must not be byte oriented; see
-.BR fwide (3)
+.MR fwide 3
for more information.
.P
The
@@ -81,7 +81,7 @@ perform wide-character output to
.IR stream .
.I stream
must not be byte oriented; see
-.BR fwide (3)
+.MR fwide 3
for more information.
.P
The
@@ -100,12 +100,12 @@ characters at
.P
These functions are like
the
-.BR printf (3),
-.BR vprintf (3),
-.BR fprintf (3),
-.BR vfprintf (3),
-.BR sprintf (3),
-.BR vsprintf (3)
+.MR printf 3 ,
+.MR vprintf 3 ,
+.MR fprintf 3 ,
+.MR vfprintf 3 ,
+.MR sprintf 3 ,
+.MR vsprintf 3
functions except for the
following differences:
.TP
@@ -124,13 +124,13 @@ and
take a
.I maxlen
argument,
-.BR sprintf (3)
+.MR sprintf 3
and
-.BR vsprintf (3)
+.MR vsprintf 3
do not.
.RB ( snprintf (3)
and
-.BR vsnprintf (3)
+.MR vsnprintf 3
take a
.I maxlen
argument, but these functions do not return \-1 upon
@@ -148,7 +148,7 @@ If no
modifier is present, the
.I int
argument is converted to a wide character by a call to the
-.BR btowc (3)
+.MR btowc 3
function, and the resulting wide character is written.
If an
.B l
@@ -166,7 +166,7 @@ argument is expected to be a pointer to an array of character type
in the initial shift state.
Characters from the array are converted to
wide characters (each by a call to the
-.BR mbrtowc (3)
+.MR mbrtowc 3
function with a conversion state starting in the initial state before
the first byte).
The resulting wide characters are written up to
@@ -205,7 +205,7 @@ and
They return \-1 when an error occurs.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -259,15 +259,15 @@ internationalized programs, the
string should consist of ASCII
wide characters only, or should be constructed at run time in an
internationalized way (e.g., using
-.BR gettext (3)
+.MR gettext 3
or
-.BR iconv (3),
+.MR iconv 3 ,
followed by
-.BR mbstowcs (3)).
+.MR mbstowcs 3 ).
.SH SEE ALSO
-.BR fprintf (3),
-.BR fputwc (3),
-.BR fwide (3),
-.BR printf (3),
-.BR snprintf (3)
+.MR fprintf 3 ,
+.MR fputwc 3 ,
+.MR fwide 3 ,
+.MR printf 3 ,
+.MR snprintf 3
.\" .BR wscanf (3)