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

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

CVSweb