summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/strip.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man1/strip.1')
-rw-r--r--static/unix-v10/man1/strip.136
1 files changed, 36 insertions, 0 deletions
diff --git a/static/unix-v10/man1/strip.1 b/static/unix-v10/man1/strip.1
new file mode 100644
index 00000000..bffe221a
--- /dev/null
+++ b/static/unix-v10/man1/strip.1
@@ -0,0 +1,36 @@
+.pa 1
+.he 'STRIP (I)'3/15/72'STRIP (I)'
+.ti 0
+NAME strip -- remove symbols and relocation bits
+.sp
+.ti 0
+SYNOPSIS strip_____ name\d1\u ...
+.sp
+.ti 0
+DESCRIPTION strip_____ removes the symbol
+table and relocation bits ordinarily attached to the output
+of the assembler and loader.
+This is useful to save space after a program has been
+debugged.
+
+The effect of strip_____ is the same as use of the -s__ option
+of ld__.
+.sp
+.ti 0
+FILES /tmp/stm? temporary file
+.sp
+.ti 0
+SEE ALSO ld(I), as(I)
+.sp
+.ti 0
+DIAGNOSTICS Diagnostics are given for:
+non-existent argument;
+.br
+inability to create temporary file;
+.br
+improper format (not an object file);
+.br
+inability to re-read temporary file.
+.sp
+.ti 0
+BUGS --