Fix typo: site_t -> size_t

Obtained From:	DragonflyBSD (1ac92c8c857a15dc010924c5f066da404e568640)
This commit is contained in:
Eitan Adler 2013-11-10 04:06:46 +00:00
parent 959226d4b3
commit 54ca276665
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257909

View File

@ -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