From owner-svn-src-head@FreeBSD.ORG Tue Sep 27 17:54:10 2011 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 D1B60106567E; Tue, 27 Sep 2011 17:54:10 +0000 (UTC) (envelope-from schweikh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C0F9F8FC12; Tue, 27 Sep 2011 17:54:10 +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 p8RHsA2b034447; Tue, 27 Sep 2011 17:54:10 GMT (envelope-from schweikh@svn.freebsd.org) Received: (from schweikh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p8RHsA5l034445; Tue, 27 Sep 2011 17:54:10 GMT (envelope-from schweikh@svn.freebsd.org) Message-Id: <201109271754.p8RHsA5l034445@svn.freebsd.org> From: Jens Schweikhardt Date: Tue, 27 Sep 2011 17:54:10 +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: r225808 - 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: Tue, 27 Sep 2011 17:54:10 -0000 Author: schweikh Date: Tue Sep 27 17:54:10 2011 New Revision: 225808 URL: http://svn.freebsd.org/changeset/base/225808 Log: Fix grammar. PR: 140457 Submitted by: jeremyhu AT apple.com MFC after: 2 weeks Modified: head/lib/libc/locale/isspace.3 Modified: head/lib/libc/locale/isspace.3 ============================================================================== --- head/lib/libc/locale/isspace.3 Tue Sep 27 17:41:48 2011 (r225807) +++ head/lib/libc/locale/isspace.3 Tue Sep 27 17:54:10 2011 (r225808) @@ -47,16 +47,16 @@ .Sh DESCRIPTION The .Fn isspace -function tests for the white-space characters. +function tests for white-space characters. For any locale, this includes the following standard characters: .Pp .Bl -column \&`\et''___ \&``\et''___ \&``\et''___ \&``\et''___ \&``\et''___ \&``\et''___ .It "\&``\et''\t``\en''\t``\ev''\t``\ef''\t``\er''\t`` ''" .El .Pp -In the "C" locale +In the "C" locale, .Fn isspace -successful test is limited to this characters only. +returns non-zero for these characters only. The value of the argument must be representable as an .Vt "unsigned char" or the value of