Bell 32V development
authorTom London <tbl@research.uucp>
Thu, 22 Feb 1979 23:53:39 +0000 (18:53 -0500)
committerTom London <tbl@research.uucp>
Thu, 22 Feb 1979 23:53:39 +0000 (18:53 -0500)
Work on file usr/man/man1/size.1

Co-Authored-By: John Reiser <jfr@research.uucp>
Synthesized-from: 32v

usr/man/man1/size.1 [new file with mode: 0644]

diff --git a/usr/man/man1/size.1 b/usr/man/man1/size.1
new file mode 100644 (file)
index 0000000..a3fbd15
--- /dev/null
@@ -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)