>From: Giles Lean <giles@maenor.apana.org.au>
authorRod Grimes <rgrimes@FreeBSD.org>
Sat, 21 May 1994 01:23:04 +0000 (01:23 +0000)
committerRod Grimes <rgrimes@FreeBSD.org>
Sat, 21 May 1994 01:23:04 +0000 (01:23 +0000)
Description:
Missing 'C' in '.Cm' directive.
How-To-Repeat:
man 3 printf

lib/libc/stdio/printf.3

index 130246e..0d7c528 100644 (file)
@@ -402,7 +402,7 @@ are used for
 conversions; the letters
 .Cm ABCDEF
 are used for
 conversions; the letters
 .Cm ABCDEF
 are used for
-.m X
+.Cm X
 conversions.
 The precision, if any, gives the minimum number of digits that must
 appear; if the converted value requires fewer digits, it is padded on
 conversions.
 The precision, if any, gives the minimum number of digits that must
 appear; if the converted value requires fewer digits, it is padded on