[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.39 and 1.40

version 1.39, 2010/09/03 11:09:29 version 1.40, 2013/08/24 22:18:05
Line 118 
Line 118 
 .Bl -tag -width indent  .Bl -tag -width indent
 .It Fl H  .It Fl H
 Use a merge sort instead of a radix sort.  Use a merge sort instead of a radix sort.
 This option should be used for files larger than 60Mb.  This option should be used for files larger than 60MB.
 .It Fl s  .It Fl s
 Enable stable sort.  Enable stable sort.
 Uses additional resources (see  Uses additional resources (see
Line 458 
Line 458 
 .Fl f  .Fl f
 and may take twice as long.  and may take twice as long.
 .Sh BUGS  .Sh BUGS
 To sort files larger than 60Mb, use  To sort files larger than 60MB, use
 .Nm  .Nm
 .Fl H ;  .Fl H ;
 files larger than 704Mb must be sorted in smaller pieces, then merged.  files larger than 704MB must be sorted in smaller pieces, then merged.

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40