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