Subject: lib/248: minor error in printf(3) man page
To: None <gnats-admin>
From: Giles Lean <giles@maenor.apana.org.au>
List: netbsd-bugs
Date: 05/13/1994 18:50:11
>Number:         248
>Category:       lib
>Synopsis:       typo in manual page
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnats-admin (Library Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Fri May 13 18:50:05 1994
>Originator:     Giles Lean
>Organization:
<giles@maenor.apana.org.au>     +61 3 480 2118 (h)
			 	+61 3 272 2519 (w)
>Release:        -current (6th April)
>Environment:
System: NetBSD maenor.apana.org.au 0.9a MAENOR#2 i386


>Description:
	Missing 'C' in '.Cm' directive.
>How-To-Repeat:
	man 3 printf
>Fix:
*** /usr/src/lib/libc/stdio/printf.3	Tue Jan 11 21:31:19 1994
--- ./printf.3	Sat May 14 10:59:06 1994
***************
*** 403,409 ****
  conversions; the letters
  .Cm ABCDEF
  are used for
! .m 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
--- 403,409 ----
  conversions; the letters
  .Cm ABCDEF
  are used for
! .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
>Audit-Trail:
>Unformatted:


------------------------------------------------------------------------------