1 --- wcscoll.3.orig Fri Mar 11 08:27:51 2005
2 +++ wcscoll.3 Fri Mar 11 08:29:43 2005
10 .Nd compare wide strings according to current collation
16 .Fn wcscoll "const wchar_t *s1" "const wchar_t *s2"
19 +.Fn wcscoll_l "const wchar_t *s1" "const wchar_t *s2" "locale_t loc"
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.