aboutsummaryrefslogtreecommitdiffstats
path: root/man3/asprintf.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/asprintf.3')
-rw-r--r--man3/asprintf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/asprintf.3 b/man3/asprintf.3
index 21ff7d1862..4e3c5fe772 100644
--- a/man3/asprintf.3
+++ b/man3/asprintf.3
@@ -39,9 +39,9 @@ The functions
and
.BR vasprintf ()
are analogues of
-.B sprintf
+.BR sprintf ()
and
-.BR vsprintf ,
+.BR vsprintf (),
except that they allocate a string large enough to hold the output
including the terminating NUL,
and return a pointer to it via the first parameter.