Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2013 01:58:00 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r250799 - stable/9/lib/libc/stdio
Message-ID:  <201305190158.r4J1w0b9032657@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305190158.r4J1w0b9032657>