From 97d5c458cfa039d857301e1ca7d5af3beb37131d Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sun, 26 Apr 2026 16:38:00 -0400 Subject: build: Better Build System --- static/unix-v10/man1/strip.1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 static/unix-v10/man1/strip.1 (limited to 'static/unix-v10/man1/strip.1') 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 -- -- cgit v1.2.3