From 74942a8e9104c89f071c4a4a38688ead4ae12f1a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 5 Nov 2001 10:09:25 +0000 Subject: (usage): Don't recommend setting LC_COLLATE=C. That can cause problems (now documented in coreutils.texi). --- src/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sort.c b/src/sort.c index 13304c751..969f5e95f 100644 --- a/src/sort.c +++ b/src/sort.c @@ -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\ ") ); -- cgit v1.2.3-54-g00ecf