aboutsummaryrefslogtreecommitdiffstats
path: root/man3/scanf.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/scanf.3
parentf8fc5a2301bcf0cbfaa1db15adedde386e26a081 (diff)
downloadman-pages-e1d6264d9feaed449e70f288ebdd40d8abae818c.tar.gz
Manual fixes for parentheses formatting
Diffstat (limited to 'man3/scanf.3')
-rw-r--r--man3/scanf.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/scanf.3 b/man3/scanf.3
index d2619743fa..aea5ed2f91 100644
--- a/man3/scanf.3
+++ b/man3/scanf.3
@@ -116,9 +116,9 @@ The
function scans a variable argument list from the standard input and the
.BR vsscanf ()
function scans it from a string; these are analogous to the
-.B vprintf
+.BR vprintf ()
and
-.B vsprintf
+.BR vsprintf ()
functions respectively.
.PP
The