From: Jim Meyering Date: Sun, 1 Jul 2001 19:46:26 +0000 (+0000) Subject: (usage): Suggest setting LC_COLLATE=C, rather than LC_ALL=C. X-Git-Tag: CPPI-1_10~39 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=736a31a3fc5a39e54f919cf048eff8aff66655cf;p=thirdparty%2Fcoreutils.git (usage): Suggest setting LC_COLLATE=C, rather than LC_ALL=C. --- diff --git a/src/sort.c b/src/sort.c index ecfa8287f0..383b0381ab 100644 --- a/src/sort.c +++ b/src/sort.c @@ -338,7 +338,8 @@ 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_ALL=C to get the traditional sort order that uses native byte values.\n\ +Set LC_COLLATE=C to get the traditional sort order that uses\n\ +native byte values.\n\ ") ); puts (_("\nReport bugs to ."));