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