From owner-svn-src-all@FreeBSD.ORG Fri Nov 13 09:07:34 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 083B81065670; Fri, 13 Nov 2009 09:07:34 +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 EC7A88FC16; Fri, 13 Nov 2009 09:07:33 +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 nAD97Xj4060232; Fri, 13 Nov 2009 09:07:33 GMT (envelope-from roam@svn.freebsd.org) Received: (from roam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nAD97XD4060230; Fri, 13 Nov 2009 09:07:33 GMT (envelope-from roam@svn.freebsd.org) Message-Id: <200911130907.nAD97XD4060230@svn.freebsd.org> From: Peter Pentchev Date: Fri, 13 Nov 2009 09:07:33 +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: r199245 - head/lib/libc/locale X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 13 Nov 2009 09:07:34 -0000 Author: roam (doc,ports committer) Date: Fri Nov 13 09:07:33 2009 New Revision: 199245 URL: http://svn.freebsd.org/changeset/base/199245 Log: Fix the grammar in the isprint(3) description. PR: 140456 Submitted by: Jeremy Huddleston Modified: head/lib/libc/locale/isprint.3 Modified: head/lib/libc/locale/isprint.3 ============================================================================== --- head/lib/libc/locale/isprint.3 Fri Nov 13 09:03:50 2009 (r199244) +++ head/lib/libc/locale/isprint.3 Fri Nov 13 09:07:33 2009 (r199245) @@ -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"