summaryrefslogtreecommitdiff
path: root/man/10/ksize
diff options
context:
space:
mode:
Diffstat (limited to 'man/10/ksize')
-rw-r--r--man/10/ksize29
1 files changed, 29 insertions, 0 deletions
diff --git a/man/10/ksize b/man/10/ksize
new file mode 100644
index 00000000..824200b2
--- /dev/null
+++ b/man/10/ksize
@@ -0,0 +1,29 @@
+.TH KSIZE 10.1
+.SH NAME
+ksize \- print size of kernel images
+.SH SYNOPSIS
+.B ksize
+[
+.I file ...
+]
+.SH DESCRIPTION
+.I Ksize
+prints the size of the segments for each of the argument executable files
+(default
+.BR 8.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 /utils/ksize
+.SH "SEE ALSO
+.IR kstrip (10.1),
+.IR a.out (10.6)