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

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

1.1     ! schwarze    1: .Dd $Mdocdate: June 20 2013 $
        !             2: .Dt SPACE-ESCT-MDOC 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm space-esct-mdoc
        !             6: .Nd the t escape sequence in pages with mdoc macros
        !             7: .Sh DESCRIPTION
        !             8: In plain text:
        !             9: .Pp
        !            10: single tab
        !            11: .Pp
        !            12: single\tescape-t
        !            13: .Pp
        !            14: double         tab
        !            15: .Pp
        !            16: double\t\tescape-t
        !            17: .Pp
        !            18: \tThis line starts with escape-t and comes close to the right margin.
        !            19: \tThe next line starts with escape-t as well.
        !            20: .Pp
        !            21: In an unfilled display:
        !            22: .Bd -unfilled -offset 3n
        !            23: single tab
        !            24: single\tescape-t
        !            25: double         tab
        !            26: double\t\tescape-t
        !            27: .Ed
        !            28: .Pp
        !            29: In a literal display:
        !            30: .Bd -literal -offset 3n
        !            31: single tab
        !            32: single\tescape-t
        !            33: double         tab
        !            34: double\t\tescape-t
        !            35: .Ed

CVSweb