Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Nov 2009 11:16:39 +0000 (UTC)
From:      Peter Pentchev <roam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r199794 - stable/7/lib/libc/locale
Message-ID:  <200911251116.nAPBGdC9049032@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: roam (doc,ports committer)
Date: Wed Nov 25 11:16:39 2009
New Revision: 199794
URL: http://svn.freebsd.org/changeset/base/199794

Log:
  Merge rev. 199180 to 7.x-STABLE, the change to isblank(3):
  Fix the grammar as in the PR, and then some.
  
  PR:             140454
  Submitted by:   Jeremy Huddleston <jeremyhu@apple.com>

Modified:
  stable/7/lib/libc/locale/isblank.3
Directory Properties:
  stable/7/lib/libc/   (props changed)

Modified: stable/7/lib/libc/locale/isblank.3
==============================================================================
--- stable/7/lib/libc/locale/isblank.3	Wed Nov 25 10:56:50 2009	(r199793)
+++ stable/7/lib/libc/locale/isblank.3	Wed Nov 25 11:16:39 2009	(r199794)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911251116.nAPBGdC9049032>