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

Diff for /src/usr.bin/tsort/tsort.1 between version 1.13 and 1.14

version 1.13, 2003/06/03 02:56:20 version 1.14, 2003/06/10 09:12:12
Line 83 
Line 83 
 Search for and display the longest cycle.  Search for and display the longest cycle.
 Can take a very long time, as it may need to solve an NP-complete problem.  Can take a very long time, as it may need to solve an NP-complete problem.
 .It Fl q  .It Fl q
 Do not display informational messages about cycles.  Do not display informational messages about cycles.
 This is primarily intended for building libraries, where optimal ordering  This is primarily intended for building libraries, where optimal ordering
 is not critical, and cycles occur often.  is not critical, and cycles occur often.
 .It Fl r  .It Fl r
 Reverse the ordering relation.  Reverse the ordering relation.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14