[BACK]Return to quoted.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / eqn / define

Annotation of mandoc/regress/eqn/define/quoted.in, Revision 1.1

1.1     ! schwarze    1: .Dd June 25, 2017
        !             2: .Dt DEFINE-QUOTED 1
        !             3: .Os OpenBSD
        !             4: .Sh NAME
        !             5: .Nm define-quoted
        !             6: .Nd interaction of the define control statement with quoting
        !             7: .Sh DESCRIPTION
        !             8: initial text
        !             9: .EQ
        !            10: define unquoted 'sin'
        !            11: "unquoted"
        !            12: unquoted
        !            13: define quoted '"sin"'
        !            14: "quoted"
        !            15: quoted
        !            16: .EN
        !            17: final text

CVSweb