svn commit: r257909 - head/lib/libc/string

Eitan Adler eadler at FreeBSD.org
Sun Nov 10 04:06:47 UTC 2013


Author: eadler
Date: Sun Nov 10 04:06:46 2013
New Revision: 257909
URL: http://svnweb.freebsd.org/changeset/base/257909

Log:
  Fix typo: site_t -> size_t
  
  Obtained From:	DragonflyBSD (1ac92c8c857a15dc010924c5f066da404e568640)

Modified:
  head/lib/libc/string/strcasecmp.3

Modified: head/lib/libc/string/strcasecmp.3
==============================================================================
--- head/lib/libc/string/strcasecmp.3	Sun Nov 10 03:28:36 2013	(r257908)
+++ head/lib/libc/string/strcasecmp.3	Sun Nov 10 04:06:46 2013	(r257909)
@@ -50,7 +50,7 @@
 .Ft int
 .Fn strcasecmp_l "const char *s1" "const char *s2" "locale_t loc"
 .Ft int
-.Fn strncasecmp_l "const char *s1" "const char *s2" "site_t len" "locale_t loc"
+.Fn strncasecmp_l "const char *s1" "const char *s2" "size_t len" "locale_t loc"
 .Sh DESCRIPTION
 The
 .Fn strcasecmp


More information about the svn-src-all mailing list