aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/esc.in
blob: 343ccc7de9411a0df7a721798d209b3dbdcc084f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.\" $OpenBSD: esc.in,v 1.1 2018/12/21 16:58:49 schwarze Exp $
.Dd $Mdocdate: December 21 2018 $
.Dt BL-ESC 1
.Os
.Sh NAME
.Nm Bl-esc
.Nd escape sequences in full block macro heads
.Sh DESCRIPTION
.ds a \(at
.Bl -tag -width 2n
.It \*a
unquoted unescaped
.It "\*a"
quoted unescaped
.It \\*a
unquoted escaped
.It "\\*a"
quoted escaped
.El