1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

(usage): Don't recommend setting LC_COLLATE=C.

That can cause problems (now documented in coreutils.texi).
This commit is contained in:
Jim Meyering
2001-11-05 10:09:25 +00:00
parent 2f39ab1832
commit 74942a8e91

View 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\
")
);