aboutsummaryrefslogtreecommitdiffstats
path: root/man3/printf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/printf.3')
-rw-r--r--man3/printf.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/printf.3 b/man3/printf.3
index 0517311d40..e7d271e72a 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -629,7 +629,7 @@ modifier is present, the
.I wint_t
(wide character) argument is converted to a multibyte sequence by a call
to the
-.B wcrtomb
+.BR wcrtomb ()
function, with a conversion state starting in the initial state, and the
resulting multibyte string is written.
.TP
@@ -656,7 +656,7 @@ modifier is present: The
argument is expected to be a pointer to an array of wide characters.
Wide characters from the array are converted to multibyte characters
(each by a call to the
-.B wcrtomb
+.BR wcrtomb ()
function, with a conversion state starting in the initial state before
the first wide character), up to and including a terminating null
wide character. The resulting multibyte characters are written up to
@@ -875,9 +875,9 @@ and
.BR vsnprintf (),
and the length modifier q.
FreeBSD also has functions
-.I asprintf
+.IR asprintf ()
and
-.IR vasprintf ,
+.IR vasprintf (),
that allocate a buffer large enough for
.BR sprintf ().
In glibc there are functions
@@ -898,7 +898,7 @@ Use
and
.BR vsnprintf ()
instead (or
-.B asprintf
+.BR asprintf ()
and
.BR vasprintf ).
.PP