aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/extend.in
blob: 5f3eba7b2439ee28a4daab587b5a07e797eb68b5 (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
.\" $OpenBSD: extend.in,v 1.3 2017/07/04 14:53:24 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt BL-EXTEND 1
.Os
.Sh NAME
.Nm Bl-extend
.Nd extending block headers
.Sh DESCRIPTION
.\" explicit quoting does not require macro lines per se
.Ao
plain quoted text
.Ac
.Bl -tag -width Ds
.It normal tag
normal text
.\" when extending It headers, plain text lines fall back
.\" into the previous It body; so macro lines are required
.It Ao
.No extended tag
.Ac
extended text
.It prefix Ao
.No prefixed tag
.Ac
prefixed text
.\" postfix after closing macro does not work in old groff
.\" the whole It header gets lost
.\" .It prefix Ao
.\" .No braced tag
.\" .Ac postfix
.\" braced text
.El