svn commit: r199709 - stable/8/lib/libc/locale

Christian Brueffer brueffer at FreeBSD.org
Mon Nov 23 09:44:09 UTC 2009


Author: brueffer
Date: Mon Nov 23 09:44:08 2009
New Revision: 199709
URL: http://svn.freebsd.org/changeset/base/199709

Log:
  MFC: r199320
  
  Fix grammar.

Modified:
  stable/8/lib/libc/locale/nl_langinfo.3
Directory Properties:
  stable/8/lib/libc/   (props changed)
  stable/8/lib/libc/stdtime/   (props changed)

Modified: stable/8/lib/libc/locale/nl_langinfo.3
==============================================================================
--- stable/8/lib/libc/locale/nl_langinfo.3	Mon Nov 23 09:28:16 2009	(r199708)
+++ stable/8/lib/libc/locale/nl_langinfo.3	Mon Nov 23 09:44:08 2009	(r199709)
@@ -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