diff options
author | mpp <mpp@FreeBSD.org> | 1996-04-09 21:48:21 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-04-09 21:48:21 +0000 |
commit | a86dce0f60108464f01beb1869dc2a507515dd8a (patch) | |
tree | 5f38a28773615bb52a9ffd27948ce9d59ea222ca /lib/libc/stdio/printf.3 | |
parent | a556b6b70fc38170a14ec3adbca286f99fe87987 (diff) | |
download | FreeBSD-src-a86dce0f60108464f01beb1869dc2a507515dd8a.zip FreeBSD-src-a86dce0f60108464f01beb1869dc2a507515dd8a.tar.gz |
Correct a minor typo. Fixes part of PR#1000.
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
Diffstat (limited to 'lib/libc/stdio/printf.3')
-rw-r--r-- | lib/libc/stdio/printf.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index cf64e1e..4238a90 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -228,7 +228,7 @@ For all conversions except .Cm n , the converted value is padded on the left with zeros rather than blanks. If a precision is given with a numeric conversion -.Pf ( Mc d , +.Pf ( Cm d , .Cm i , .Cm o , .Cm u , |