[BACK]Return to esct-man.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / char / space

Annotation of mandoc/regress/char/space/esct-man.in, Revision 1.1

1.1     ! schwarze    1: .TH SPACE-ESCT-MAN 1 2013-06-20 OpenBSD
        !             2: .SH NAME
        !             3: SPACE-T-MAN \- the t escape sequence in pages with man macros
        !             4: .SH DESCRIPTION
        !             5: In plain text:
        !             6: .br
        !             7: single tab
        !             8: .br
        !             9: single\tescape-t
        !            10: .br
        !            11: double         tab
        !            12: .br
        !            13: double\t\tescape-t
        !            14: .br
        !            15: \tThis line starts with escape-t and comes close to the right margin.
        !            16: \tThe next line starts with escape-t as well.
        !            17: .sp
        !            18: In a literal display:
        !            19: .nf
        !            20: single tab
        !            21: single\tescape-t
        !            22: double         tab
        !            23: double\t\tescape-t
        !            24: .fi
        !            25: .sp
        !            26: After the IP macro:
        !            27: .IP single     tab 3n
        !            28: text
        !            29: .IP single\tescape-t 3n
        !            30: text
        !            31: .PP
        !            32: After font macros:
        !            33: .br
        !            34: .B single\ttab

CVSweb