From owner-svn-src-stable@FreeBSD.ORG Mon Jun 6 20:49:16 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8F52E1065676; Mon, 6 Jun 2011 20:49:16 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1148FC22; Mon, 6 Jun 2011 20:49:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p56KnG5I047615; Mon, 6 Jun 2011 20:49:16 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p56KnG4p047613; Mon, 6 Jun 2011 20:49:16 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201106062049.p56KnG4p047613@svn.freebsd.org> From: Glen Barber Date: Mon, 6 Jun 2011 20:49:16 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r222776 - stable/7/lib/libc/locale X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2011 20:49:16 -0000 Author: gjb (doc committer) Date: Mon Jun 6 20:49:16 2011 New Revision: 222776 URL: http://svn.freebsd.org/changeset/base/222776 Log: MFC 199245 [1]: Fix the grammar in the isprint(3) description. PR: 140456 Obtained from: roam [1] Modified: stable/7/lib/libc/locale/isprint.3 Directory Properties: stable/7/lib/libc/ (props changed) stable/7/lib/libc/stdtime/ (props changed) Modified: stable/7/lib/libc/locale/isprint.3 ============================================================================== --- stable/7/lib/libc/locale/isprint.3 Mon Jun 6 20:48:36 2011 (r222775) +++ stable/7/lib/libc/locale/isprint.3 Mon Jun 6 20:49:16 2011 (r222776) @@ -47,7 +47,7 @@ .Sh DESCRIPTION The .Fn isprint -function tests for any printing character including space +function tests for any printing character, including space .Pq Ql "\ " . The value of the argument must be representable as an .Vt "unsigned char"