From owner-svn-src-stable@FreeBSD.ORG Thu Dec 24 20:35:41 2009 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 DACF0106566B; Thu, 24 Dec 2009 20:35:41 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C98E28FC1A; Thu, 24 Dec 2009 20:35:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id nBOKZftJ040665; Thu, 24 Dec 2009 20:35:41 GMT (envelope-from roam@svn.freebsd.org) Received: (from roam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nBOKZfUx040663; Thu, 24 Dec 2009 20:35:41 GMT (envelope-from roam@svn.freebsd.org) Message-Id: <200912242035.nBOKZfUx040663@svn.freebsd.org> From: Peter Pentchev Date: Thu, 24 Dec 2009 20:35:41 +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: r200963 - 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: Thu, 24 Dec 2009 20:35:42 -0000 Author: roam (doc,ports committer) Date: Thu Dec 24 20:35:41 2009 New Revision: 200963 URL: http://svn.freebsd.org/changeset/base/200963 Log: MFC r199244: Fix the grammar in the isgraph(3) description, almost as per the PR. PR: 140455 Submitted by: Jeremy Huddleston Modified: stable/7/lib/libc/locale/isgraph.3 Directory Properties: stable/7/lib/libc/ (props changed) Modified: stable/7/lib/libc/locale/isgraph.3 ============================================================================== --- stable/7/lib/libc/locale/isgraph.3 Thu Dec 24 20:35:01 2009 (r200962) +++ stable/7/lib/libc/locale/isgraph.3 Thu Dec 24 20:35:41 2009 (r200963) @@ -50,7 +50,7 @@ The function tests for any printing character except space .Pq Ql "\ " and other -locale specific space-like characters. +locale-specific space-like characters. The value of the argument must be representable as an .Vt "unsigned char" or the value of