svn commit: r199320 - head/lib/libc/locale

Christian Brueffer brueffer at FreeBSD.org
Mon Nov 16 14:33:31 UTC 2009


Author: brueffer
Date: Mon Nov 16 14:33:31 2009
New Revision: 199320
URL: http://svn.freebsd.org/changeset/base/199320

Log:
  Fix grammar.
  
  PR:		140459
  Submitted by:	Jeremy Huddleston <Jeremyhu at apple.com>
  MFC after:	1 week

Modified:
  head/lib/libc/locale/nl_langinfo.3

Modified: head/lib/libc/locale/nl_langinfo.3
==============================================================================
--- head/lib/libc/locale/nl_langinfo.3	Mon Nov 16 10:53:04 2009	(r199319)
+++ head/lib/libc/locale/nl_langinfo.3	Mon Nov 16 14:33:31 2009	(r199320)
@@ -53,7 +53,7 @@ with a category corresponding to the cat
 or to the
 category
 .Dv LC_ALL ,
-may overwrite buffer pointed by the return value.
+may overwrite the buffer pointed to by the return value.
 .Sh RETURN VALUES
 In a locale where langinfo data is not defined,
 .Fn nl_langinfo


More information about the svn-src-all mailing list