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