svn commit: r250799 - stable/9/lib/libc/stdio
Greg Lehey
grog at FreeBSD.org
Sun May 19 01:58:01 UTC 2013
Author: grog
Date: Sun May 19 01:58:00 2013
New Revision: 250799
URL: http://svnweb.freebsd.org/changeset/base/250799
Log:
MFH r242738:
Clarify that the ' flag is an apostrophe.
Modified:
stable/9/lib/libc/stdio/printf.3
Directory Properties:
stable/9/lib/libc/ (props changed)
Modified: stable/9/lib/libc/stdio/printf.3
==============================================================================
--- stable/9/lib/libc/stdio/printf.3 Sun May 19 01:52:39 2013 (r250798)
+++ stable/9/lib/libc/stdio/printf.3 Sun May 19 01:58:00 2013 (r250799)
@@ -277,7 +277,7 @@ number produced by a signed conversion.
A
.Cm +
overrides a space if both are used.
-.It Sq Cm '
+.It So "'" Sc (apostrophe)
Decimal conversions
.Cm ( d , u ,
or
More information about the svn-src-stable-9
mailing list