4.4BSD/usr/share/man/cat1/nm.0

Compare this file to the similar file:
Show the results in this format:

NM(1)                        BSD Reference Manual                        NM(1)

NNAAMMEE
     nnmm - display name list (symbol table)

SSYYNNOOPPSSIISS
     nnmm [--aaggnnoopprruuww] _f_i_l_e _._._.

DDEESSCCRRIIPPTTIIOONN
     The symbol table (name list) of each object in _f_i_l_e_(_s_) is displayed.  If
     a library (archive) is given, nnmm displays a list for each object archive
     member.  If _f_i_l_e is not present, nnmm searches for the file _a_._o_u_t and if
     present, displays the symbol table for _a_._o_u_t.

     --aa    Display symbol table entries inserted for use by debuggers.

     --gg    Restrict display to external (global) symbols.

     --nn    Present results in numerical order.

     --oo    Display full path or library name of object on every line.

     --pp    Do not sort at all.

     --rr    Reverse order sort.

     --uu    Display undefined symbols only.

     --ww    Warn about non-object archive members.  Normally, nm will silently
           ignore all archive members which are not object files.

     Each symbol name is preceded by its value (a blank field if the symbol is
     undefined) and one of the following letters:

           --       debugger symbol table entries (see the --aa option).
           A       absolute
           B       bss segment symbol
           C       common symbol
           D       data segment symbol
           f       file name
           T       text segment symbol
           U       undefined

     If the symbol is local (non-external) the type letter is in lower case.
     The output is sorted alphabetically.

SSEEEE AALLSSOO
     ar(1),  ar(5),  a.out(5),  stab(5)

HHIISSTTOORRYY
     An nnmm command appeared in Version 6 AT&T UNIX.

4th Berkeley Distribution        June 6, 1993                                1