]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Warn more succintly about the effects of
authorJim Meyering <jim@meyering.net>
Mon, 7 Aug 2000 07:07:00 +0000 (07:07 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 7 Aug 2000 07:07:00 +0000 (07:07 +0000)
the locale on sort order.

src/sort.c

index d31f0480922652f370c8ad2cf4c5111aafb0b80a..3586af91e7836ce48ab45c7a8aeadc3503d8db80 100644 (file)
@@ -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 <bug-textutils@gnu.org>."));