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