From owner-svn-src-head@FreeBSD.ORG Fri Nov 13 09:03:51 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D9EF106566B; Fri, 13 Nov 2009 09:03:51 +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 3DA798FC15; Fri, 13 Nov 2009 09:03:51 +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 nAD93p79060129; Fri, 13 Nov 2009 09:03:51 GMT (envelope-from roam@svn.freebsd.org) Received: (from roam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nAD93pus060127; Fri, 13 Nov 2009 09:03:51 GMT (envelope-from roam@svn.freebsd.org) Message-Id: <200911130903.nAD93pus060127@svn.freebsd.org> From: Peter Pentchev Date: Fri, 13 Nov 2009 09:03:51 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199244 - head/lib/libc/locale X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Nov 2009 09:03:51 -0000 Author: roam (doc,ports committer) Date: Fri Nov 13 09:03:50 2009 New Revision: 199244 URL: http://svn.freebsd.org/changeset/base/199244 Log: Fix the grammar in the isgraph(3) description, almost as per the PR. PR: 140455 Submitted by: Jeremy Huddleston MFC after: 2 weeks Modified: head/lib/libc/locale/isgraph.3 Modified: head/lib/libc/locale/isgraph.3 ============================================================================== --- head/lib/libc/locale/isgraph.3 Fri Nov 13 05:54:55 2009 (r199243) +++ head/lib/libc/locale/isgraph.3 Fri Nov 13 09:03:50 2009 (r199244) @@ -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