Annotation of researchv10dc/man/adm/man1/strip.1, revision 1.1

1.1     ! root        1: .TH STRIP 1
        !             2: .CT 1 lib_obj
        !             3: .SH NAME
        !             4: strip \- remove symbols and relocation bits
        !             5: .SH SYNOPSIS
        !             6: .B strip
        !             7: [
        !             8: .B -s
        !             9: ]
        !            10: [
        !            11: .B -g
        !            12: ]
        !            13: [
        !            14: .B -v
        !            15: ]
        !            16: .I file ...
        !            17: .SH DESCRIPTION
        !            18: .I Strip
        !            19: removes the symbol
        !            20: table and relocation bits ordinarily attached to the output
        !            21: of the assembler and loader.
        !            22: This saves space and hampers debuggers.
        !            23: Option
        !            24: .B -s
        !            25: of
        !            26: .IR ld (1)
        !            27: does the same thing.
        !            28: The options are
        !            29: .TP
        !            30: .B -s
        !            31: Squeeze the symbol table by removing duplicate information.
        !            32: .TP
        !            33: .B -g
        !            34: Delete line-number information, thus negating the
        !            35: effect of
        !            36: .LR "cc -g" .
        !            37: Implies
        !            38: .BR -s .
        !            39: .TP
        !            40: .B -v
        !            41: Print size information.
        !            42: .SH FILES
        !            43: .F shrink?
        !            44: temporary file
        !            45: .SH "SEE ALSO"
        !            46: .IR cc (1), 
        !            47: .IR ld (1)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.