[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.2

1.2     ! schwarze    1: .\" $OpenBSD: quoted.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt DEFINE-QUOTED 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm define-quoted
                      7: .Nd interaction of the define control statement with quoting
                      8: .Sh DESCRIPTION
                      9: initial text
                     10: .EQ
                     11: define unquoted 'sin'
                     12: "unquoted"
                     13: unquoted
                     14: define quoted '"sin"'
                     15: "quoted"
                     16: quoted
                     17: .EN
                     18: final text

CVSweb