From b41b9034225ab3e49980d9de55c141011b6383b0 Mon Sep 17 00:00:00 2001 From: Taru Karttunen Date: Wed, 30 Mar 2011 16:49:47 +0300 Subject: Import sources from 2011-03-30 iso image - sys/man --- sys/man/1/size | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 sys/man/1/size (limited to 'sys/man/1/size') diff --git a/sys/man/1/size b/sys/man/1/size new file mode 100755 index 000000000..cd7ba9b84 --- /dev/null +++ b/sys/man/1/size @@ -0,0 +1,28 @@ +.TH SIZE 1 +.SH NAME +size \- print size of executable files +.SH SYNOPSIS +.B size +[ +.I file ... +] +.SH DESCRIPTION +.I Size +prints the size of the segments for each of the argument executable files +(default +.BR v.out ). +The format is +.IP +.IB textsize t ++ +.IB datasize d ++ +.IB bsssize b += +.I total +.PP +where the numbers are in bytes. +.SH SOURCE +.B /sys/src/cmd/size.c +.SH "SEE ALSO +.IR a.out (6) -- cgit v1.2.3