summaryrefslogtreecommitdiff
path: root/doc/coreutils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-08-02 14:49:29 +0000
committerJim Meyering <jim@meyering.net>2002-08-02 14:49:29 +0000
commitbe39dde5b1ead56b392c43e6e7d1c63ae85ce975 (patch)
treef83bdf16c0fec1ef8296f6d4f71fc79bce53027d /doc/coreutils.texi
parentf74c790e4d7b9c049471e3515c0872d6114f76fd (diff)
downloadcoreutils-be39dde5b1ead56b392c43e6e7d1c63ae85ce975.tar.xz
uniq now obeys LC_COLLATE.
Diffstat (limited to 'doc/coreutils.texi')
-rw-r--r--doc/coreutils.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index a759448a3..a945cc340 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -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.