summaryrefslogtreecommitdiff
path: root/static/plan9-4e/man1/strip.1
diff options
context:
space:
mode:
Diffstat (limited to 'static/plan9-4e/man1/strip.1')
-rw-r--r--static/plan9-4e/man1/strip.119
1 files changed, 19 insertions, 0 deletions
diff --git a/static/plan9-4e/man1/strip.1 b/static/plan9-4e/man1/strip.1
new file mode 100644
index 00000000..bed917b1
--- /dev/null
+++ b/static/plan9-4e/man1/strip.1
@@ -0,0 +1,19 @@
+.TH STRIP 1
+.SH NAME
+strip \- remove symbols from binary files
+.SH SYNOPSIS
+.B strip
+[
+.I file ...
+]
+.SH DESCRIPTION
+.I Strip
+removes symbol table segments from executable files, rewriting the files in place.
+Stripping a file requires write permission of the file
+and the directory it is in.
+If no file is given,
+standard input is stripped and the result written to standard output.
+.SH SOURCE
+.B /sys/src/cmd/strip.c
+.SH "SEE ALSO"
+.IR a.out (6)