summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/strip.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/strip.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
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 --