[BACK]Return to sort.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / sort

Diff for /src/usr.bin/sort/sort.1 between version 1.45 and 1.46

version 1.45, 2015/03/19 13:51:10 version 1.46, 2015/03/21 21:15:12
Line 494 
Line 494 
 equivalent.  equivalent.
 .Sh ENVIRONMENT  .Sh ENVIRONMENT
 .Bl -tag -width Fl  .Bl -tag -width Fl
   .It Ev GNUSORT_NUMERIC_COMPATIBILITY
   If defined
   .Fl t
   will not override the locale numeric symbols, that is, thousand
   separators and decimal separators.
   By default, if we specify
   .Fl t
   with the same symbol as the thousand separator or decimal point,
   the symbol will be treated as the field separator.
   Older behavior was less definite; the symbol was treated as both field
   separator and numeric separator, simultaneously.
   This environment variable enables the old behavior.
   .It Ev LANG
   Used as a last resort to determine different kinds of locale-specific
   behavior if neither the respective environment variable, nor
   .Ev LC_ALL
   are set.
   .It Ev LC_ALL
   Locale settings that override all of the above locale settings.
   This environment variable can be used to set all these settings
   to the same value at once.
 .It Ev LC_COLLATE  .It Ev LC_COLLATE
 Locale settings to be used to determine the collation for  Locale settings to be used to determine the collation for
 sorting records.  sorting records.
Line 510 
Line 531 
 Locale settings that determine the number format used in numeric sort.  Locale settings that determine the number format used in numeric sort.
 .It Ev LC_TIME  .It Ev LC_TIME
 Locale settings that determine the month format used in month sort.  Locale settings that determine the month format used in month sort.
 .It Ev LC_ALL  
 Locale settings that override all of the above locale settings.  
 This environment variable can be used to set all these settings  
 to the same value at once.  
 .It Ev LANG  
 Used as a last resort to determine different kinds of locale-specific  
 behavior if neither the respective environment variable, nor  
 .Ev LC_ALL  
 are set.  
 .It Ev TMPDIR  .It Ev TMPDIR
 Path to the directory in which temporary files will be stored.  Path to the directory in which temporary files will be stored.
 Note that  Note that
Line 526 
Line 538 
 may be overridden by the  may be overridden by the
 .Fl T  .Fl T
 option.  option.
 .It Ev GNUSORT_NUMERIC_COMPATIBILITY  
 If defined  
 .Fl t  
 will not override the locale numeric symbols, that is, thousand  
 separators and decimal separators.  
 By default, if we specify  
 .Fl t  
 with the same symbol as the thousand separator or decimal point,  
 the symbol will be treated as the field separator.  
 Older behavior was less definite; the symbol was treated as both field  
 separator and numeric separator, simultaneously.  
 This environment variable enables the old behavior.  
 .El  .El
 .Sh FILES  .Sh FILES
 .Bl -tag -width Pa -compact  .Bl -tag -width Pa -compact

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46