Added the esize program
This commit is contained in:
20
util/misc/esize.1
Normal file
20
util/misc/esize.1
Normal 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
|
||||
Reference in New Issue
Block a user