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