home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man1 / strip.1 < prev    next >
Encoding:
Text File  |  1975-06-26  |  465 b   |  27 lines

  1. .th STRIP I 3/15/72
  2. .sh NAME
  3. strip  \*-  remove symbols and relocation bits
  4. .sh SYNOPSIS
  5. .bd strip
  6. name ...
  7. .sh DESCRIPTION
  8. .it Strip
  9. removes the symbol
  10. table and relocation bits ordinarily attached to the output
  11. of the assembler and loader.
  12. This is useful to save space after a program has been
  13. debugged.
  14. .s3
  15. The effect of
  16. .it strip
  17. is the the same as use of the
  18. .bd \*-s
  19. option
  20. of
  21. .it ld.
  22. .sh FILES
  23. /tmp/stm?    temporary file
  24. .sh "SEE ALSO"
  25. ld (I), as (I)
  26. .sh BUGS
  27.