From owner-svn-src-all@FreeBSD.ORG Wed Nov 25 10:52:07 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 CB44D106566B; Wed, 25 Nov 2009 10:52:07 +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 B9A598FC12; Wed, 25 Nov 2009 10:52:07 +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 nAPAq764046708; Wed, 25 Nov 2009 10:52:07 GMT (envelope-from roam@svn.freebsd.org) Received: (from roam@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id nAPAq7VD046706; Wed, 25 Nov 2009 10:52:07 GMT (envelope-from roam@svn.freebsd.org) Message-Id: <200911251052.nAPAq7VD046706@svn.freebsd.org> From: Peter Pentchev Date: Wed, 25 Nov 2009 10:52:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r199791 - stable/8/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: Wed, 25 Nov 2009 10:52:07 -0000 Author: roam (doc,ports committer) Date: Wed Nov 25 10:52:07 2009 New Revision: 199791 URL: http://svn.freebsd.org/changeset/base/199791 Log: Merge rev. 199180 to 8.x-STABLE, the change to isblank(3): Fix the grammar as in the PR, and then some. PR: 140454 Submitted by: Jeremy Huddleston Modified: stable/8/lib/libc/locale/isblank.3 Directory Properties: stable/8/lib/libc/ (props changed) stable/8/lib/libc/stdtime/ (props changed) Modified: stable/8/lib/libc/locale/isblank.3 ============================================================================== --- stable/8/lib/libc/locale/isblank.3 Wed Nov 25 10:43:03 2009 (r199790) +++ stable/8/lib/libc/locale/isblank.3 Wed Nov 25 10:52:07 2009 (r199791) @@ -50,9 +50,9 @@ For any locale, this includes the follow .It "\&``\et''\t`` ''" .El .Pp -In the "C" locale +In the "C" locale, a successful .Fn isblank -successful test is limited to this characters only. +test is limited to these characters only. The value of the argument must be representable as an .Vt "unsigned char" or the value of