diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-04-05 19:29:05 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-04-05 19:29:05 +0000 |
| commit | 11bb39259cec89e1e494acf7b9d348d40a8272a6 (patch) | |
| tree | d0ea0198c28c10e10b3cdb4e2dd9ad8b82efd806 /usr.bin | |
| parent | b0c570df3f63522dcb4ff865d36991dda5537487 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/sort/sort.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index 86bcc1b4f158..3bc54a14a40e 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -397,6 +397,9 @@ implementation appeared in and is used since .Nx 1.6 . .Sh BUGS +The locale's collating order is applied on a per-character basis, so +double character letters like "ss" are not collated correctly. +.Pp To sort files larger than 60Mb, use .Nm .Fl H ; |
