Added the esize program

This commit is contained in:
ceriel
1988-03-14 14:29:31 +00:00
parent 6fb722d96b
commit 52a8de8ec0
4 changed files with 198 additions and 13 deletions

20
util/misc/esize.1 Normal file
View File

@@ -0,0 +1,20 @@
.TH ESIZE I
.SH NAME
esize \- print info from e.out header
.SH SYNOPSIS
.B esize
[ file ... ]
.SH DESCRIPTION
.I Esize
prints information from the
.I e.out
headers of the indicated files, including flags, word and pointer sizes,
text and data sizes, etc. All values are in decimal.
.PP
If no parameters are given, the header of
.I e.out
is examined.
.SH SEE ALSO
The EM Manual, for the precise header information
.SH AUTHOR
Dick Grune