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

Diff for /src/usr.bin/nm/nm.1 between version 1.10 and 1.11

version 1.10, 2001/06/23 21:54:51 version 1.11, 2001/08/16 15:45:05
Line 42 
Line 42 
 .Nd display name list (symbol table)  .Nd display name list (symbol table)
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm nm  .Nm nm
 .Op Fl aCgnopruw  .Op Fl aCegnopruw
 .Op Ar file ...  .Op Ar file ...
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The symbol table (name list) of each object in  The symbol table (name list) of each object in
Line 67 
Line 67 
 .It Fl C  .It Fl C
 Decode low-level symbol names. This involves removing extra underscores  Decode low-level symbol names. This involves removing extra underscores
 and making C++ function names readable.  and making C++ function names readable.
   .It Fl e
   Output extended information, that is `w' for weak symbols, `f' for
   function-like symbols, and `o' for object-like symbols.
 .It Fl g  .It Fl g
 Restrict display to external (global) symbols.  Restrict display to external (global) symbols.
 .It Fl n  .It Fl n

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