[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.29 and 1.30

version 1.29, 2015/08/13 21:18:12 version 1.30, 2015/09/15 15:44:07
Line 39 
Line 39 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm nm  .Nm nm
 .Op Fl AaCDegnoPprsuw  .Op Fl AaCDegnoPprsuw
 .Op Fl t Ar d|o|x  .Op Fl t Cm d Ns | Ns Cm o Ns | Ns Cm x
 .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 96 
Line 96 
 Reverse order sort.  Reverse order sort.
 .It Fl s  .It Fl s
 Show archive index.  Show archive index.
 .It Fl t Ar d|o|x  .It Fl t Cm d Ns | Ns Cm o Ns | Ns Cm x
 In POSIX format output, choose the numeric radix as follows:  In POSIX format output, choose the numeric radix as follows:
 .Pp  .Pp
 .Bl -tag -width 3n -compact -offset indent  .Bl -tag -width 3n -compact -offset indent
 .It d  .It Cm d
 Decimal.  Decimal.
 .It o  .It Cm o
 Octal.  Octal.
 .It x  .It Cm x
 Hexadecimal.  Hexadecimal.
 .El  .El
 .It Fl u  .It Fl u

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30