1 --- strcoll.3.orig Fri Mar 11 08:36:09 2005
2 +++ strcoll.3 Fri Mar 11 09:43:41 2005
10 .Nd compare strings according to current collation
16 .Fn strcoll "const char *s1" "const char *s2"
19 +.Fn strcoll_l "const char *s1" "const char *s2" "locale_t loc"
25 is greater than, equal to, or less than
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.