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

Annotation of mandoc/regress/mdoc/Bl/esc.in, Revision 1.1

1.1     ! schwarze    1: .\" $OpenBSD: esc.in,v 1.1 2018/12/21 16:58:49 schwarze Exp $
        !             2: .Dd $Mdocdate: December 21 2018 $
        !             3: .Dt BL-ESC 1
        !             4: .Os
        !             5: .Sh NAME
        !             6: .Nm Bl-esc
        !             7: .Nd escape sequences in full block macro heads
        !             8: .Sh DESCRIPTION
        !             9: .ds a \(at
        !            10: .Bl -tag -width 2n
        !            11: .It \*a
        !            12: unquoted unescaped
        !            13: .It "\*a"
        !            14: quoted unescaped
        !            15: .It \\*a
        !            16: unquoted escaped
        !            17: .It "\\*a"
        !            18: quoted escaped
        !            19: .El

CVSweb