diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/size.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/size.1')
| -rw-r--r-- | static/unix-v10/man1/size.1 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/static/unix-v10/man1/size.1 b/static/unix-v10/man1/size.1 new file mode 100644 index 00000000..019a623d --- /dev/null +++ b/static/unix-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 -- |
