[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.26 and 1.27

version 1.26, 2015/04/09 04:46:18 version 1.27, 2015/05/17 20:19:08
Line 38 
Line 38 
 .Nd display name list (symbol table)  .Nd display name list (symbol table)
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm nm  .Nm nm
 .Op Fl aCegnoprsuw  .Op Fl aCDegnoprsuw
 .Op Ar  .Op Ar
 .Sh DESCRIPTION  .Sh DESCRIPTION
 The symbol table (name list) of each object in  The symbol table (name list) of each object in
Line 63 
Line 63 
 .It Fl C  .It Fl C
 Decode low-level symbol names.  Decode low-level symbol names.
 This involves removing extra underscores and making C++ function names readable.  This involves removing extra underscores and making C++ function names readable.
   .It Fl D
   Display the dynamic symbol table instead of the normal symbol table.
 .It Fl e  .It Fl e
 Output extended information, that is `w' for weak symbols, `f' for  Output extended information, that is `w' for weak symbols, `f' for
 function-like symbols, and `o' for object-like symbols.  function-like symbols, and `o' for object-like symbols.

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27