From f57d48f855efb6e71845084f3b2c107729ff4ec0 Mon Sep 17 00:00:00 2001 From: Tom London Date: Thu, 22 Feb 1979 18:53:39 -0500 Subject: [PATCH] Bell 32V development Work on file usr/man/man1/size.1 Co-Authored-By: John Reiser Synthesized-from: 32v --- usr/man/man1/size.1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 usr/man/man1/size.1 diff --git a/usr/man/man1/size.1 b/usr/man/man1/size.1 new file mode 100644 index 0000000000..a3fbd155f9 --- /dev/null +++ b/usr/man/man1/size.1 @@ -0,0 +1,18 @@ +.TH SIZE 1 "UNIX/32V" +.SH NAME +size \- size of an object file +.SH SYNOPSIS +.B size +[ object ... ] +.SH DESCRIPTION +.I Size +prints the (decimal) number of bytes +required by the +text, data, and bss +portions, and their sum in hex and decimal, +of each object-file argument. +If no file is specified, +.B a.out +is used. +.SH "SEE ALSO" +a.out(5) -- 2.20.1