[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.49 and 1.50

version 1.49, 2015/03/21 21:30:58 version 1.50, 2015/03/21 21:47:37
Line 102 
Line 102 
 temporary files are used.  temporary files are used.
 .It Fl s  .It Fl s
 Stable sort; maintains the original record order of records that have  Stable sort; maintains the original record order of records that have
 and equal key.  an equal key.
 This is a non-standard feature, but it is widely accepted and used.  This is a non-standard feature, but it is widely accepted and used.
 .It Fl T Ar dir , Fl Fl temporary-directory Ns = Ns Ar dir  .It Fl T Ar dir , Fl Fl temporary-directory Ns = Ns Ar dir
 Store temporary files in the directory  Store temporary files in the directory
Line 148 
Line 148 
 Sort by general numerical value.  Sort by general numerical value.
 As opposed to  As opposed to
 .Fl n ,  .Fl n ,
 this option handles general floating points, which have a much  this option handles general floating points.
 permissive format than those allowed by  It has a more
 . Fl n ,  permissive format than that allowed by
   .Fl n
 but it has a significant performance drawback.  but it has a significant performance drawback.
 .It Fl h, Fl Fl human-numeric-sort, Fl Fl sort=human-numeric  .It Fl h, Fl Fl human-numeric-sort, Fl Fl sort=human-numeric
 Sort by numerical value, but take into account the SI suffix,  Sort by numerical value, but take into account the SI suffix,
Line 498 
Line 499 
 .Fl t  .Fl t
 with the same symbol as the thousand separator or decimal point,  with the same symbol as the thousand separator or decimal point,
 the symbol will be treated as the field separator.  the symbol will be treated as the field separator.
 Older behavior was less definite; the symbol was treated as both field  Older behavior was less definite: the symbol was treated as both field
 separator and numeric separator, simultaneously.  separator and numeric separator, simultaneously.
 This environment variable enables the old behavior.  This environment variable enables the old behavior.
 .It Ev LANG  .It Ev LANG
 Used as a last resort to determine different kinds of locale-specific  Used as a last resort to determine different kinds of locale-specific
 behavior if neither the respective environment variable, nor  behavior if neither the respective environment variable nor
 .Ev LC_ALL  .Ev LC_ALL
 are set.  are set.
 .It Ev LC_ALL  .It Ev LC_ALL
 Locale settings that override all of the above locale settings.  Locale settings that override all of the other locale settings.
 This environment variable can be used to set all these settings  This environment variable can be used to set all these settings
 to the same value at once.  to the same value at once.
 .It Ev LC_COLLATE  .It Ev LC_COLLATE

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50