[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.3

1.2       schwarze    1: .\" $OpenBSD: esct-man.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
1.3     ! schwarze    2: .TH SPACE-ESCT-MAN 1 "December 15, 2018"
1.1       schwarze    3: .SH NAME
                      4: SPACE-T-MAN \- the t escape sequence in pages with man macros
                      5: .SH DESCRIPTION
                      6: In plain text:
                      7: .br
                      8: single tab
                      9: .br
                     10: single\tescape-t
                     11: .br
1.3     ! schwarze   12: single\aescape-a
        !            13: .br
1.1       schwarze   14: double         tab
                     15: .br
                     16: double\t\tescape-t
                     17: .br
1.3     ! schwarze   18: double\a\aescape-a
        !            19: .br
1.1       schwarze   20: \tThis line starts with escape-t and comes close to the right margin.
                     21: \tThe next line starts with escape-t as well.
                     22: .sp
                     23: In a literal display:
                     24: .nf
                     25: single tab
                     26: single\tescape-t
1.3     ! schwarze   27: single\aescape-a
1.1       schwarze   28: double         tab
                     29: double\t\tescape-t
1.3     ! schwarze   30: double\a\aescape-a
1.1       schwarze   31: .fi
                     32: .sp
                     33: After the IP macro:
                     34: .IP single     tab 3n
                     35: text
                     36: .IP single\tescape-t 3n
                     37: text
1.3     ! schwarze   38: .\" XXX not implemented
        !            39: .\" .IP single\aescape-a 3n
        !            40: .\" text
1.1       schwarze   41: .PP
                     42: After font macros:
                     43: .br
                     44: .B single\ttab
1.3     ! schwarze   45: .\" XXX not implemented
        !            46: .\" .br
        !            47: .\" .B single\aleader

CVSweb