svn commit: r187809 - head/lib/libc/stdio

David Schultz das at FreeBSD.org
Tue Jan 27 20:37:28 PST 2009


Author: das
Date: Wed Jan 28 04:37:27 2009
New Revision: 187809
URL: http://svn.freebsd.org/changeset/base/187809

Log:
  Update the manpage to reflect r145172.

Modified:
  head/lib/libc/stdio/printf.3

Modified: head/lib/libc/stdio/printf.3
==============================================================================
--- head/lib/libc/stdio/printf.3	Wed Jan 28 04:36:34 2009	(r187808)
+++ head/lib/libc/stdio/printf.3	Wed Jan 28 04:37:27 2009	(r187809)
@@ -207,8 +207,7 @@ conversions, this option has no effect.
 For
 .Cm o
 conversions, the precision of the number is increased to force the first
-character of the output string to a zero (except if a zero value is printed
-with an explicit precision of zero).
+character of the output string to a zero.
 For
 .Cm x
 and


More information about the svn-src-head mailing list