1.\" $OpenBSD: badargs.in,v 1.4 2017/07/04 14:53:24 schwarze Exp $
2.Dd $Mdocdate: July 4 2017 $
3.Dt BL-BADARGS 1
4.Os
5.Sh NAME
6.Nm Bl-badargs
7.Nd list with bad arguments
8.Sh DESCRIPTION
9trailing -offset:
10.Bl -bullet -offset
11.It
12is ignored
13.El
14trailing -width:
15.Bl -bullet -width
16.It
17bullet
18.El
19.Bl -dash -width
20.It
21dash
22.El
23.\" XXX Doesn't work with -Tman yet.
24.\" .Bl -enum -width
25.\" .It
26.\" enum
27.\" .El
28.Bl -hyphen -width
29.It
30hyphen
31.El
32.Bl -hang -width
33.It hang
34item
35.El
36.Bl -tag -width
37.It tag
38Here we need a very long line.
39It must be sufficiently long such that it wraps the line.
40.El
41double type:
42.Bl -bullet -compact -enum
43.It
44bullet enum
45.El
46.Bl -enum -compact -bullet
47.It
48enum bullet
49.El
50unknown arguments:
51.Bl -bullet -bogus args
52.It
53bullet text
54.El
55.Bl -enum -bogus args
56.It
57enum text
58.El
59.Bl -inset -bogus args
60.It inset
61text
62.El
63.Bl -item -bogus args
64.It
65item text
66.El
67.Bl -ohang -bogus args
68.It ohang
69text
70.El
71.Bl -tag -width Ds -bogus args
72.It tag
73text
74.El
75double arguments:
76.Bl -tag -compact -offset 20n -width 20n -compact -offset 2n -width 6n
77.It last
78wins
79.El tail argument
80