]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
uniq now obeys LC_COLLATE.
authorJim Meyering <jim@meyering.net>
Fri, 2 Aug 2002 14:49:29 +0000 (14:49 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 2 Aug 2002 14:49:29 +0000 (14:49 +0000)
doc/coreutils.texi

index a759448a3ba0b61649206cadc15c11eb8a738229..a945cc340be35265a733af630483148f4804dd69 100644 (file)
@@ -3228,6 +3228,10 @@ The input need not be sorted, but duplicate input lines are detected
 only if they are adjacent.  If you want to discard non-adjacent
 duplicate lines, perhaps you want to use @code{sort -u}.
 
+@vindex LC_COLLATE
+Comparisons use the character collating sequence specified by the
+@env{LC_COLLATE} locale category.
+
 If no @var{output} file is specified, @command{uniq} writes to standard
 output.