xref: /original-bsd/usr.bin/size/size.1 (revision e58c8952)
1.\" Copyright (c) 1990, 1993, 1994
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)size.1	8.2 (Berkeley) 04/18/94
7.\"
8.Dd
9.Dt SIZE 1
10.Os
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 specified
20.Ar object_file
21in bytes (in decimal), and the sum of the three segments (in
22decimal and hexadecimal).
23If no
24.Ar object_file
25is specified
26.Nm
27attempts to report on the file
28.Pa a.out .
29.Sh SEE ALSO
30.Xr a.out 5
31.Sh HISTORY
32A
33.Nm size
34command appeared in Version 6 AT&T Unix.
35