xref: /original-bsd/usr.bin/size/size.1 (revision 6ab384a1)
1.\" Copyright (c) 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)size.1	6.3 (Berkeley) 07/24/90
7.\"
8.Dd
9.Dt SIZE 1
10.Os ATT 7th
11.Sh NAME
12.Nm size
13.Nd display object file segment sizes (text, data and bss)
14.Sh SYNOPSIS
15.Nm size
16.Op Ar object_file ...
17.Sh DESCRIPTION
18.Nm Size
19displays the text, data and bss segment sizes of the given
20.Ar object_file
21in bytes (decimal), and the sum of the three segments (hexidecimal and
22decimal). If
23.Ar object_file
24is not given,
25.Nm
26will search for the file
27.Pa a.out .
28.Sh SEE ALSO
29.Xr a.out 5
30.Sh HISTORY
31.Nm Size
32appeared in Version 6 AT&T Unix.
33