1 --- _SB/Libc/string/FreeBSD/strcoll.3 2003-05-20 15:23:54.000000000 -0700
2 +++ _SB/Libc/string/FreeBSD/strcoll.3.edit 2006-06-28 16:55:53.000000000 -0700
8 -.Nd compare strings according to current collation
11 +.Nd compare strings, according to current collation
17 -.Fn strcoll "const char *s1" "const char *s2"
34 lexicographically compares the null-terminated strings
38 -according to the current locale collation if any, otherwise call
41 +according to the current locale collation, if any.
44 and returns an integer greater than, equal to, or less than 0,
47 is greater than, equal to, or less than
52 +function uses the current locale, the
54 +function may be passed a locale directly. See
56 +for more information.