From: Jim Meyering Date: Mon, 7 Aug 2000 07:07:00 +0000 (+0000) Subject: (usage): Warn more succintly about the effects of X-Git-Tag: FILEUTILS-4_0y~104 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=43fde4395ac828f7a11940516aa8fe22b05ffdbe;p=thirdparty%2Fcoreutils.git (usage): Warn more succintly about the effects of the locale on sort order. --- diff --git a/src/sort.c b/src/sort.c index d31f048092..3586af91e7 100644 --- a/src/sort.c +++ b/src/sort.c @@ -312,10 +312,8 @@ global -Mbdfinr settings for that key. If no key is given, use the entire\n\ line as the key. With no FILE, or when FILE is -, read standard input.\n\ \n\ *** WARNING ***\n\ -This version of sort honors the locale settings in your environment.\n\ -For example, if you set one of the LANG or LC_ALL environment variables\n\ -to `en_US', then sort will work very differently than most people expect.\n\ -If that's not what you want, then set LC_ALL to POSIX in your environment.\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\ ") ); puts (_("\nReport bugs to ."));