]> git.cameronkatri.com Git - mandoc.git/blob - regress/char/space/esct-mdoc.in
Mostly complete implementation of the 'c' (character available)
[mandoc.git] / regress / char / space / esct-mdoc.in
1 .\" $OpenBSD: esct-mdoc.in,v 1.3 2017/07/04 14:53:23 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
3 .Dt SPACE-ESCT-MDOC 1
4 .Os
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