mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
(sort invocation): Move LC_ALL, LC_COLLATE
index entries to proper paragraph.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user