From owner-svn-src-all@FreeBSD.ORG Thu Nov 8 02:01:04 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 992A6D79; Thu, 8 Nov 2012 02:01:04 +0000 (UTC) (envelope-from grog@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 792BF8FC1B; Thu, 8 Nov 2012 02:01:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA8214oj053681; Thu, 8 Nov 2012 02:01:04 GMT (envelope-from grog@svn.freebsd.org) Received: (from grog@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA8214V9053678; Thu, 8 Nov 2012 02:01:04 GMT (envelope-from grog@svn.freebsd.org) Message-Id: <201211080201.qA8214V9053678@svn.freebsd.org> From: Greg Lehey Date: Thu, 8 Nov 2012 02:01:04 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242738 - head/lib/libc/stdio X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 02:01:04 -0000 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