1 --- strcasecmp.3.orig Fri Mar 11 08:37:27 2005
2 +++ strcasecmp.3 Fri Mar 11 08:38:54 2005
11 .Nd compare strings, ignoring case
15 .Fn strcasecmp "const char *s1" "const char *s2"
17 .Fn strncasecmp "const char *s1" "const char *s2" "size_t len"
20 +.Fn strcasecmp_l "const char *s1" "const char *s2" "locale_t loc"
22 +.Fn strncasecmp_l "const char *s1" "const char *s2" "size_t len" "locale_t loc"
35 +functions use the current locale, the
39 +functions may be passed locales directly. See
41 +for more information.