aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/char/space/esct-man.in
blob: 5b886958c48528966191d51adbaf957659ae7cbd (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
.\" $OpenBSD: esct-man.in,v 1.4 2018/12/20 03:38:10 schwarze Exp $
.TH SPACE-ESCT-MAN 1 "December 20, 2018"
.SH NAME
SPACE-T-MAN \- the t escape sequence in pages with man macros
.SH DESCRIPTION
In plain text:
.br
single	tab
.br
single\tescape-t
.br
single\aescape-a
.br
double		tab
.br
double\t\tescape-t
.br
double\a\aescape-a
.br
\tThis line starts with escape-t and comes close to the right margin.
\tThe next line starts with escape-t as well.
.sp
In a literal display:
.nf
single	tab
single\tescape-t
single\aescape-a
double		tab
double\t\tescape-t
double\a\aescape-a
.fi
.sp
After the IP macro:
.IP single	tab 3n
text
.IP single\tescape-t 3n
text
.\" XXX not implemented
.\" .IP single\aescape-a 3n
.\" text
.PP
After font macros:
.br
.B single\ttab
.\" XXX not implemented
.\" .br
.\" .B single\aleader
.br
.B double\t\ttab