Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 02:01:04 +0000 (UTC)
From:      Greg Lehey <grog@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242738 - head/lib/libc/stdio
Message-ID:  <201211080201.qA8214V9053678@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: grog
Date: Thu Nov  8 02:01:04 2012
New Revision: 242738
URL: http://svnweb.freebsd.org/changeset/base/242738

Log:
  Clarify that the ' flag is an apostrophe.
  
  MFC after:	2 weeks

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

Modified: head/lib/libc/stdio/printf.3
==============================================================================
--- head/lib/libc/stdio/printf.3	Thu Nov  8 01:51:23 2012	(r242737)
+++ head/lib/libc/stdio/printf.3	Thu Nov  8 02:01:04 2012	(r242738)
@@ -267,7 +267,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?201211080201.qA8214V9053678>