svn commit: r199795 - stable/6/lib/libc/locale

Peter Pentchev roam at FreeBSD.org
Wed Nov 25 11:17:29 UTC 2009


Author: roam (doc,ports committer)
Date: Wed Nov 25 11:17:28 2009
New Revision: 199795
URL: http://svn.freebsd.org/changeset/base/199795

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 <jeremyhu at apple.com>

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

Modified: stable/6/lib/libc/locale/isblank.3
==============================================================================
--- stable/6/lib/libc/locale/isblank.3	Wed Nov 25 11:16:39 2009	(r199794)
+++ stable/6/lib/libc/locale/isblank.3	Wed Nov 25 11:17:28 2009	(r199795)
@@ -54,9 +54,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.
 For single C
 .Va char Ns s
 locales (see


More information about the svn-src-all mailing list