Annotation of mandoc/regress/mdoc/Ns/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 NS-ARG 1
! 4: .Os
! 5: .Sh NAME
! 6: .Nm Ns-arg
! 7: .Nd escape sequences in the arguments of in-line macros with an argument limit
! 8: .Sh DESCRIPTION
! 9: .ds a \(at
! 10: .No unquoted unescaped Ns \*a
! 11: .No quoted unescaped Ns "\*a"
! 12: .No unquoted escaped Ns \\*a
! 13: .No quoted escaped Ns "\\*a"
CVSweb