Annotation of mandoc/regress/mdoc/Bl/extend.in, Revision 1.2
1.2 ! schwarze 1: .\" $OpenBSD: extend.in,v 1.3 2017/07/04 14:53:24 schwarze Exp $
! 2: .Dd $Mdocdate: July 4 2017 $
1.1 schwarze 3: .Dt BL-EXTEND 1
1.2 ! schwarze 4: .Os
1.1 schwarze 5: .Sh NAME
6: .Nm Bl-extend
7: .Nd extending block headers
8: .Sh DESCRIPTION
9: .\" explicit quoting does not require macro lines per se
10: .Ao
11: plain quoted text
12: .Ac
13: .Bl -tag -width Ds
14: .It normal tag
15: normal text
16: .\" when extending It headers, plain text lines fall back
17: .\" into the previous It body; so macro lines are required
18: .It Ao
19: .No extended tag
20: .Ac
21: extended text
22: .It prefix Ao
23: .No prefixed tag
24: .Ac
25: prefixed text
26: .\" postfix after closing macro does not work in old groff
27: .\" the whole It header gets lost
28: .\" .It prefix Ao
29: .\" .No braced tag
30: .\" .Ac postfix
31: .\" braced text
32: .El
CVSweb