Fix typo: site_t -> size_t
Obtained From: DragonflyBSD (1ac92c8c857a15dc010924c5f066da404e568640)
This commit is contained in:
parent
959226d4b3
commit
54ca276665
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user