Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2011 18:00:23 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-doc@FreeBSD.org
Subject:   Re: docs/140457: commit references a PR
Message-ID:  <201109271800.p8RI0NXO028573@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/140457; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/140457: commit references a PR
Date: Tue, 27 Sep 2011 17:54:19 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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