[BACK]Return to size.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / size

Diff for /src/usr.bin/size/Attic/size.1 between version 1.1 and 1.2

version 1.1, 1995/10/18 08:46:07 version 1.2, 1996/01/15 20:12:13
Line 1 
Line 1 
 .\"     $NetBSD: size.1,v 1.5 1994/12/21 08:07:20 jtc Exp $  .\"     $NetBSD: size.1,v 1.6 1996/01/14 23:07:11 pk Exp $
 .\"  .\"
 .\" Copyright (c) 1990, 1993, 1994  .\" Copyright (c) 1990, 1993, 1994
 .\"     The Regents of the University of California.  All rights reserved.  .\"     The Regents of the University of California.  All rights reserved.
Line 41 
Line 41 
 .Nd display object file segment sizes (text, data and bss)  .Nd display object file segment sizes (text, data and bss)
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm size  .Nm size
 .Op Ar object_file ...  .Op Fl w
   .Ar
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm Size  .Nm Size
 displays the text, data and bss segment sizes of the specified  displays the text, data and bss segment sizes of the specified
 .Ar object_file  .Ar file(s)
 in bytes (in decimal), and the sum of the three segments (in  in bytes (in decimal), and the sum of the three segments (in
 decimal and hexadecimal).  decimal and hexadecimal).
   If a library (archive) is given,
   .Nm
   displays the segment sizes for each object archive member.
 If no  If no
 .Ar object_file  .Ar file
 is specified  is specified
 .Nm  .Nm
 attempts to report on the file  attempts to report on the file
 .Pa a.out .  .Pa a.out .
   .Bl -tag -width flag
   .It Fl w
   Warn about non-object archive members.
   Normally,
   .Nm
   will silently ignore all archive members which are not
   object files.
   .El
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr a.out 5  .Xr a.out 5
 .Sh HISTORY  .Sh HISTORY

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2