[BACK]Return to arg.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Fd

Annotation of mandoc/regress/mdoc/Fd/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 FD-ARG 2
        !             4: .Os
        !             5: .Sh NAME
        !             6: .Nm Fd-arg
        !             7: .Nd escape sequences in the arguments of in-line EOL macros
        !             8: .Sh DESCRIPTION
        !             9: .ds s \(sh
        !            10: .Fd \*sunquoted unescaped
        !            11: .Pp
        !            12: .Fd "\*squoted" unescaped
        !            13: .Pp
        !            14: .Fd \\*sunquoted escaped
        !            15: .Pp
        !            16: .Fd "\\*squoted" escaped

CVSweb