diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-13 17:03:18 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-13 17:03:18 +0000 |
| commit | c2bfae006a3feffafec5acb8e4ae77829b6f025f (patch) | |
| tree | ac378725cfdd0263fb218296c9c0d68e408c1e7a /lib/libc/string/strcoll.3 | |
| parent | aba3a4ce1b9b62bb4aeb58db96162554322460c3 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/strcoll.3')
| -rw-r--r-- | lib/libc/string/strcoll.3 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/libc/string/strcoll.3 b/lib/libc/string/strcoll.3 index c81762ecb8cb..08f48add48bc 100644 --- a/lib/libc/string/strcoll.3 +++ b/lib/libc/string/strcoll.3 @@ -53,10 +53,13 @@ lexicographically compares the null-terminated strings .Fa s1 and .Fa s2 -according to the current locale collation if any, otherwise some -approximation procedure is used based on available -.Xr ctype 3 -information. +according to the current locale collation if any, otherwise call +.Fa strcmp , +and returns an integer greater than, equal to, or less than 0, +according as +.Fa s1 +is greater than, equal to, or less than +.Fa s2 . .Sh SEE ALSO .Xr setlocale 3 , .Xr strcmp 3 , |
