diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-13 21:47:58 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-10-13 21:47:58 +0000 |
commit | 71e1d43186bc19e6616e5dc33cb0570f607d676e (patch) | |
tree | 10139348d81534be2cdf3b37f111274ecd8e03a6 | |
parent | 3618fc84c36b592c7c00c43eee7c4aaa0b9e0d7f (diff) | |
download | coreutils-71e1d43186bc19e6616e5dc33cb0570f607d676e.tar.xz |
(sort invocation): Move LC_ALL, LC_COLLATE
index entries to proper paragraph.
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 2a527aab1..05f53d7a1 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -3155,8 +3155,6 @@ works. @end table -@vindex LC_ALL -@vindex LC_COLLATE @cindex sort stability @cindex sort's last-resort comparison A pair of lines is compared as follows: @@ -3172,6 +3170,8 @@ comparison} so that lines in which all fields compare equal are left in their original relative order. The @option{--unique} (@option{-u}) option also disables the last-resort comparison. +@vindex LC_ALL +@vindex LC_COLLATE Unless otherwise specified, all comparisons use the character collating sequence specified by the @env{LC_COLLATE} locale.@footnote{If you use a non-@acronym{POSIX} locale (e.g., by setting @env{LC_ALL} |