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/asize.1 Normal file
View File

@@ -0,0 +1,17 @@
.TH ASIZE 1ACK
.SH NAME
asize \- size of an object file
.SH SYNOPSIS
.B asize
[ file ... ]
.SH DESCRIPTION
.I Asize
prints the (decimal) number of bytes
required by the different sections,
and their sum in decimal and hexadecimal,
of each ack.out(5) format object file argument.
If no file is specified,
`a.out'
is used.
.SH "SEE ALSO"
ack.out(5)