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