aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Op/arg.in
blob: 2043b01e0829a39adf1160b5a1a3d5c44d42a843 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.\" $OpenBSD: arg.in,v 1.1 2018/12/21 16:58:49 schwarze Exp $
.Dd $Mdocdate: December 21 2018 $
.Dt OP-ARG 1
.Os
.Sh NAME
.Nm Op-arg
.Nd escape sequences in the arguments of partial implicit macros
.Sh DESCRIPTION
.ds a \(at
unquoted unescaped:
.Op \*a
.Pp
quoted unescaped:
.Op "\*a"
.Pp
unquoted escaped:
.Op \\*a
.Pp
quoted escaped:
.Op "\\*a"