aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/offset.in
blob: 9564b105ac2c0d05c82cbebca258f49adebdfd99 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
.Dd December 25, 2014
.Dt BL-OFFSET 1
.Os OpenBSD
.Sh NAME
.Nm Bl-offset
.Nd various arguments for Bl offset
.Sh DESCRIPTION
.Bl -item -offset
.It
Bl item offset empty
.El
.Bl -item -offset left
.It
Bl item offset left
.El
.Bl -item -offset indent
.It
Bl item offset indent
.El
.Bl -item -offset indent-two
.It
Bl item offset indent-two
.El
.Bl -item -offset 4n
.It
Bl item offset 4n
.El
.Bl -item -offset mystring
.It
Bl item offset mystring
.El
.Bl -item -offset Ds
.It
Bl item offset Ds
.El
.Bl -item -offset 78n
.It
Bl item offset 78n
.El
.Bl -item -offset -3n
.It
Bl item offset -3n
.El
.Bl -tag -width Ds -offset
.It tag
Bl tag width Ds offset empty
.El
.Bl -tag -width Ds -offset left
.It tag
Bl tag width Ds offset left
.El
.Bl -tag -width Ds -offset indent
.It tag
Bl tag width Ds offset indent
.El
.Bl -tag -width Ds -offset indent-two
.It tag
Bl tag width Ds offset indent-two
.El
.Bl -tag -width Ds -offset 4n
.It tag
Bl tag width Ds offset 4n
.El
.Bl -tag -width Ds -offset mystring
.It tag
Bl tag width Ds offset mystring
.El
.Bl -tag -width Ds -offset Ds
.It tag
Bl tag width Ds offset Ds
.El
.Bl -tag -width Ds -offset 78n
.It tag
Bl tag width Ds offset 78n
.El
.Bl -tag -width Ds -offset -3n
.It tag
Bl tag width Ds offset -3n
.El