=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/size/Attic/size.1,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/size/Attic/size.1 1996/06/26 05:39:17 1.3 --- src/usr.bin/size/Attic/size.1 1997/01/28 07:12:25 1.4 *************** *** 1,4 **** ! .\" $OpenBSD: size.1,v 1.3 1996/06/26 05:39:17 deraadt Exp $ .\" $NetBSD: size.1,v 1.6 1996/01/14 23:07:11 pk Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 --- 1,4 ---- ! .\" $OpenBSD: size.1,v 1.4 1997/01/28 07:12:25 deraadt Exp $ .\" $NetBSD: size.1,v 1.6 1996/01/14 23:07:11 pk Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 *************** *** 42,47 **** --- 42,48 ---- .Nd display object file segment sizes (text, data and bss) .Sh SYNOPSIS .Nm size + .Op Fl t .Op Fl w .Ar .Sh DESCRIPTION *************** *** 60,65 **** --- 61,69 ---- attempts to report on the file .Pa a.out . .Bl -tag -width flag + .It Fl t + At the end of the output print a total of the + sizes of all the object files processed. .It Fl w Warn about non-object archive members. Normally,