diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:29:28 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-10-19 07:29:28 +0000 |
| commit | e1d6264d9feaed449e70f288ebdd40d8abae818c (patch) | |
| tree | c3c8c2c31ecf22c1e9cb32458e485d02a695d3c6 /man3/scanf.3 | |
| parent | f8fc5a2301bcf0cbfaa1db15adedde386e26a081 (diff) | |
| download | man-pages-e1d6264d9feaed449e70f288ebdd40d8abae818c.tar.gz | |
Manual fixes for parentheses formatting
Diffstat (limited to 'man3/scanf.3')
| -rw-r--r-- | man3/scanf.3 | 4 |
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 |
