1 --- wcscoll.3.bsdnew 2009-11-18 18:24:39.000000000 -0800
2 +++ wcscoll.3 2009-11-18 18:24:39.000000000 -0800
10 .Nd compare wide strings according to current collation
16 -.Fn wcscoll "const wchar_t *s1" "const wchar_t *s2"
18 +.Fa "const wchar_t *ws1"
19 +.Fa "const wchar_t *ws2"
25 +.Fa "const wchar_t *ws1"
26 +.Fa "const wchar_t *ws2"
32 function compares the null-terminated strings
37 -according to the current locale collation order.
39 +according to the current locale's collation order.
49 +function uses the current locale, the
51 +function may be passed a locale directly. See
53 +for more information.
58 returns an integer greater than, equal to, or less than 0,
62 is greater than, equal to, or less than
66 No return value is reserved to indicate errors;
68 @@ -91,7 +111,8 @@ Cannot allocate enough memory for tempor