Research V4 development
authorDennis Ritchie <dmr@research.uucp>
Wed, 31 Oct 1973 01:30:29 +0000 (20:30 -0500)
committerDennis Ritchie <dmr@research.uucp>
Wed, 31 Oct 1973 01:30:29 +0000 (20:30 -0500)
Work on file man/man1/strip.1

Synthesized-from: v4

man/man1/strip.1 [new file with mode: 0644]

diff --git a/man/man1/strip.1 b/man/man1/strip.1
new file mode 100644 (file)
index 0000000..c83fa2b
--- /dev/null
@@ -0,0 +1,26 @@
+.th STRIP I 3/15/72
+.sh NAME
+strip  \*-  remove symbols and relocation bits
+.sh SYNOPSIS
+.bd strip
+name ...
+.sh DESCRIPTION
+.it 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.
+.s3
+The effect of
+.it strip
+is the the same as use of the
+.bd \*-s
+option
+of
+.it ld.
+.sh FILES
+/tmp/stm?      temporary file
+.sh "SEE ALSO"
+ld(I), as(I)
+.sh BUGS