aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/badargs.in
blob: 464d5900ddac647d7345ec977b98684b6113a287 (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
.\" $OpenBSD: badargs.in,v 1.4 2017/07/04 14:53:24 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt BL-BADARGS 1
.Os
.Sh NAME
.Nm Bl-badargs
.Nd list with bad arguments
.Sh DESCRIPTION
trailing -offset:
.Bl -bullet -offset
.It
is ignored
.El
trailing -width:
.Bl -bullet -width
.It
bullet
.El
.Bl -dash -width
.It
dash
.El
.\" XXX Doesn't work with -Tman yet.
.\" .Bl -enum -width
.\" .It
.\" enum
.\" .El
.Bl -hyphen -width
.It
hyphen
.El
.Bl -hang -width
.It hang
item
.El
.Bl -tag -width
.It tag
Here we need a very long line.
It must be sufficiently long such that it wraps the line.
.El
double type:
.Bl -bullet -compact -enum
.It
bullet enum
.El
.Bl -enum -compact -bullet
.It
enum bullet
.El
unknown arguments:
.Bl -bullet -bogus args
.It
bullet text
.El
.Bl -enum -bogus args
.It
enum text
.El
.Bl -inset -bogus args
.It inset
text
.El
.Bl -item -bogus args
.It
item text
.El
.Bl -ohang -bogus args
.It ohang
text
.El
.Bl -tag -width Ds -bogus args
.It tag
text
.El
double arguments:
.Bl -tag -compact -offset 20n -width 20n -compact -offset 2n -width 6n
.It last
wins
.El tail argument