From a86dce0f60108464f01beb1869dc2a507515dd8a Mon Sep 17 00:00:00 2001 From: mpp Date: Tue, 9 Apr 1996 21:48:21 +0000 Subject: [PATCH] Correct a minor typo. Fixes part of PR#1000. Submitted by: Dave Glowacki --- lib/libc/stdio/printf.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index cf64e1e80e99..4238a90a889e 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 ,