1.\" $OpenBSD: cond.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $ 2.Dd $Mdocdate: July 4 2017 $ 3.Dt DE-COND 1 4.Os 5.Sh NAME 6.Nm de-cond 7.Nd conditional execution of a user-defined macro 8.Sh DESCRIPTION 9.de mym 10This is the text printed by the macro. 11.. 12preceding text 13.if n .mym 14following text 15