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

Diff for /src/usr.bin/lorder/lorder.1 between version 1.9 and 1.10

version 1.9, 2007/08/06 19:16:06 version 1.10, 2015/03/22 08:31:13
Line 55 
Line 55 
 when a library is created to determine the optimum ordering of the  when a library is created to determine the optimum ordering of the
 object modules so that all references may be resolved in a single  object modules so that all references may be resolved in a single
 pass of the loader.  pass of the loader.
   .Sh ENVIRONMENT
   .Bl -tag -width Ds
   .It Ev NM
   Path to
   .Xr nm 1
   executable to use.
   Defaults to
   .Sq nm .
   .El
 .Sh EXAMPLES  .Sh EXAMPLES
 .Bd -literal  .Bd -literal
 $ ar cr library.a `lorder ${OBJS} | tsort`  $ ar cr library.a `lorder ${OBJS} | tsort`

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10