From 711594636704defae873be1a355a292505585afd Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 21:07:28 -0400 Subject: docs: Added UNIX V10 Manuals --- static/v10/man1/size.1 | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 static/v10/man1/size.1 (limited to 'static/v10/man1/size.1') diff --git a/static/v10/man1/size.1 b/static/v10/man1/size.1 new file mode 100644 index 00000000..019a623d --- /dev/null +++ b/static/v10/man1/size.1 @@ -0,0 +1,31 @@ +.pa 1 +.he 'SIZE (I)'9/2/72'SIZE (I)' +.ti 0 +NAME size -- size of an object file +.sp +.ti 0 +SYNOPSIS size____ [ object ... ] +.sp +.ti 0 +DESCRIPTION The +size, in bytes, of the +object files are printed. +If no file is given, a.out_____ is default. +The size is printed in octal for the +text, data, and bss portions of each file. +The sum of these is also printed in octal +and decimal. +.sp +.ti 0 +FILES a.out default +.sp +.ti 0 +SEE ALSO -- +.sp +.ti 0 +DIAGNOSTICS "object not found" if the input cannot be read. +"bad format: object" if the input file +does not have a valid object header. +.sp +.ti 0 +BUGS -- -- cgit v1.2.3