macros for different classes of network
[unix-history] / .ref-BSD-3 / usr / man / man1 / strip.1
CommitLineData
16773074
BJ
1.TH STRIP 1
2.SH NAME
3strip \- remove symbols and relocation bits
4.SH SYNOPSIS
5.B strip
6name ...
7.SH DESCRIPTION
8.I Strip
9removes the symbol
10table and relocation bits ordinarily attached to the output
11of the assembler and loader.
12This is useful to save space after a program has been
13debugged.
14.PP
15The effect of
16.I strip
17is the same as use of the
18.B \-s
19option
20of
21.IR ld .
22.SH FILES
23/tmp/stm? temporary file
24.SH "SEE ALSO"
25ld(1)