xref: /openbsd-src/regress/usr.bin/mandoc/mdoc/Bl/offset.in (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1.Dd December 25, 2014
2.Dt BL-OFFSET 1
3.Os OpenBSD
4.Sh NAME
5.Nm Bl-offset
6.Nd various arguments for Bl offset
7.Sh DESCRIPTION
8.Bl -item -offset
9.It
10Bl item offset empty
11.El
12.Bl -item -offset left
13.It
14Bl item offset left
15.El
16.Bl -item -offset indent
17.It
18Bl item offset indent
19.El
20.Bl -item -offset indent-two
21.It
22Bl item offset indent-two
23.El
24.Bl -item -offset 4n
25.It
26Bl item offset 4n
27.El
28.Bl -item -offset mystring
29.It
30Bl item offset mystring
31.El
32.Bl -item -offset Ds
33.It
34Bl item offset Ds
35.El
36.Bl -item -offset 78n
37.It
38Bl item offset 78n
39.El
40.Bl -item -offset -3n
41.It
42Bl item offset -3n
43.El
44.Bl -tag -width Ds -offset
45.It tag
46Bl tag width Ds offset empty
47.El
48.Bl -tag -width Ds -offset left
49.It tag
50Bl tag width Ds offset left
51.El
52.Bl -tag -width Ds -offset indent
53.It tag
54Bl tag width Ds offset indent
55.El
56.Bl -tag -width Ds -offset indent-two
57.It tag
58Bl tag width Ds offset indent-two
59.El
60.Bl -tag -width Ds -offset 4n
61.It tag
62Bl tag width Ds offset 4n
63.El
64.Bl -tag -width Ds -offset mystring
65.It tag
66Bl tag width Ds offset mystring
67.El
68.Bl -tag -width Ds -offset Ds
69.It tag
70Bl tag width Ds offset Ds
71.El
72.Bl -tag -width Ds -offset 78n
73.It tag
74Bl tag width Ds offset 78n
75.El
76.Bl -tag -width Ds -offset -3n
77.It tag
78Bl tag width Ds offset -3n
79.El
80