aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/ta/basic-mdoc.in
blob: 35a1926f23122dd9d865dbde9c76a0fc884f6290 (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
.\" $OpenBSD: basic-mdoc.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt TA-BASIC-MDOC 1
.Os
.Sh NAME
.Nm ta-basic-mdoc
.Nd setting tabstop positions in mdoc(7)
.Sh DESCRIPTION
.Bd -unfilled
default:
1	2	3
10n:
.ta 10n
1	2	3
none:
.ta
1	2	3
3n +6n T 4n +2n:
.ta 3n +6n T 4n +2n
1	2	3	4	5	6	7	8	9
.Ed
.Pp
literal:
.Bd -literal -compact
1	2	3
.Ed
.Pp
after literal:
.br
1	2	3
.Pp
default unit:
.br
.ta 3 +4 12
1	2	3	4