V1/man/man1/strip.1

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

        11/3/71                                                        STRIP (I)


NAME               strip -- remove symbols and relocation bits

SYNOPSIS           strip name1

DESCRIPTION        strip removes the symbol table and relocation bits
                   ordinarily attached to the output of the assembler and
                   loader. This is useful to save space after a program has
                   been debugged.

                   The effect of strip is the same as use of the --s
                   option of ld.

FILES              /tmp/stma, stmb ... temporary file

SEE ALSO          ld, as

DIAGNOSTICS        Diagnostics are given for: non--existent argument; inability
                   to create temporary file; improper format (not an object
                   file); inability to re--read temporary file.

BUGS

OWNER              dmr