]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Don't recommend setting LC_COLLATE=C.
authorJim Meyering <jim@meyering.net>
Mon, 5 Nov 2001 10:09:25 +0000 (10:09 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 5 Nov 2001 10:09:25 +0000 (10:09 +0000)
That can cause problems (now documented in coreutils.texi).

src/sort.c

index 13304c751d9f0fb2506d2c24e949734adbee3872..969f5e95fece6d13e43ce33874da932d503460eb 100644 (file)
@@ -339,7 +339,7 @@ With no FILE, or when FILE is -, read standard input.\n\
 \n\
 *** WARNING ***\n\
 The locale specified by the environment affects sort order.\n\
-Set LC_COLLATE=C to get the traditional sort order that uses\n\
+Set LC_ALL=C to get the traditional sort order that uses\n\
 native byte values.\n\
 ")
              );