summaryrefslogblamecommitdiffstats
path: root/regress/mdoc/Op/arg.in
blob: ed2ed56786eac7cbcf47a328b97a2b49875e4048 (plain) (tree)



















                                                                
.\" $OpenBSD: arg.in,v 1.1 2018/12/21 16:58:49 schwarze Exp $
.Dd $Mdocdate$
.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"