Added lance entry to drivers.conf.
[minix3-old.git] / man / man1 / asize.1
bloba11a97883ba7e972f663df899f0fc91376a18ea1
1 .TH ASIZE 1
2 .SH NAME
3 asize \- report the size of an object file
4 .SH SYNOPSIS
5 \fBasize \fIfile\fR ...\fR
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH EXAMPLES
18 .EX "asize test.o" "Give the size of \fItest.o\fR"
19 .SH DESCRIPTION
20 .PP
21 .I Asize
22 prints for each argument
23 the (decimal) number of bytes used by the different sections,
24 as well as their sum in decimal and hexadecimal.
25 If no
26 .I file
27 is given \fIa.out\fR is used.
28 .I Asize
29 can only be used to obtain the size of a \(M2 \fI.o\fR or \fI.out\fR file. 
30 To obtain the size of an executable, use
31 .I size
32 instead.
33 .SH "SEE ALSO"
34 .BR anm (1),
35 .BR nm (1),
36 .BR ar (1),
37 .BR size (1).