V3/usr/man/man1/strip.1
.pa 1
.he 'STRIP (I)'3/15/72'STRIP (I)'
.ti 0
NAME strip -- remove symbols and relocation bits
.sp
.ti 0
SYNOPSIS strip_____ name\d1\u ...
.sp
.ti 0
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__.
.sp
.ti 0
FILES /tmp/stm? temporary file
.sp
.ti 0
SEE ALSO ld(I), as(I)
.sp
.ti 0
DIAGNOSTICS Diagnostics are given for:
non-existent argument;
.br
inability to create temporary file;
.br
improper format (not an object file);
.br
inability to re-read temporary file.
.sp
.ti 0
BUGS --