Line | |
---|
1 | .TH STRIP 1
|
---|
2 | .SH NAME
|
---|
3 | strip \- remove symbol table from executable file
|
---|
4 | .SH SYNOPSIS
|
---|
5 | \fBstrip\fR [\fIfile\fR] ...\fR
|
---|
6 | .br
|
---|
7 | .de FL
|
---|
8 | .TP
|
---|
9 | \\fB\\$1\\fR
|
---|
10 | \\$2
|
---|
11 | ..
|
---|
12 | .de EX
|
---|
13 | .TP 20
|
---|
14 | \\fB\\$1\\fR
|
---|
15 | # \\$2
|
---|
16 | ..
|
---|
17 | .SH EXAMPLES
|
---|
18 | .EX "strip a.out" "Remove symbols from \fIa.out\fR"
|
---|
19 | .SH DESCRIPTION
|
---|
20 | .PP
|
---|
21 | For each file argument, \fIstrip\fR removes the symbol table.
|
---|
22 | Strip makes a copy of the file being stripped, so links are lost.
|
---|
23 | .SH "SEE ALSO"
|
---|
24 | .BR install (1).
|
---|
Note:
See
TracBrowser
for help on using the repository browser.