diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-10 08:58:09 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-10 08:58:09 +0000 |
commit | a1d32600e6ba6f4c996d13f1a1d21bbe983679a2 (patch) | |
tree | 1e073f9d56a839cda2827f18861a97eb2cebd5b1 /doc | |
parent | fca7f39b7434f9ec55f1c986f8ae9e2a0309ce62 (diff) | |
download | coreutils-a1d32600e6ba6f4c996d13f1a1d21bbe983679a2.tar.xz |
tweak locale-related somments for sort
Diffstat (limited to 'doc')
-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 2c4285cad..9fbbccf93 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -2706,8 +2706,8 @@ been specified, @code{sort} compares each pair of fields, in the order specified on the command line, according to the associated ordering options, until a difference is found or no fields are left. Unless otherwise specified, all comparisons use the character collating -sequence specified by the @env{LC_COLLATE} locale. @footnote{If you have -arranged to use a non-@sc{posix} locale (e.g., by setting @env{LC_ALL} +sequence specified by the @env{LC_COLLATE} locale. @footnote{If you +use a non-@sc{posix} locale (e.g., by setting @env{LC_ALL} to @samp{en_US}), then @command{sort} may produce output that is sorted differently than you're accustomed to. In that case, set the @env{LC_ALL} environment variable to @samp{C}. Note that setting only @env{LC_COLLATE} |