Initial revision

This commit is contained in:
ceriel
1987-02-04 13:10:17 +00:00
parent f231711f77
commit c81beeed68
3 changed files with 108 additions and 0 deletions

17
util/amisc/astrip.1 Normal file
View File

@@ -0,0 +1,17 @@
.TH ASTRIP 1ACK
.SH NAME
astrip \- remove symbols and relocation information
.SH SYNOPSIS
.B astrip
file ...
.SH DESCRIPTION
.I Astrip
removes the symbol
table and relocation information ordinarily attached to the
ack.out(5) format object files.
This is useful to save space after a program has been
debugged.
.SH FILES
/tmp/s? temporary file
.SH "SEE ALSO"
ack.out(5)