aboutsummaryrefslogtreecommitdiffstats
path: root/man3/asprintf.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:29:28 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-10-19 07:29:28 +0000
commite1d6264d9feaed449e70f288ebdd40d8abae818c (patch)
treec3c8c2c31ecf22c1e9cb32458e485d02a695d3c6 /man3/asprintf.3
parentf8fc5a2301bcf0cbfaa1db15adedde386e26a081 (diff)
downloadman-pages-e1d6264d9feaed449e70f288ebdd40d8abae818c.tar.gz
Manual fixes for parentheses formatting
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.