aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/cond/de.in
blob: eeaeb295175338165782fedb8a120738a2fcecaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.\" $OpenBSD: de.in,v 1.1 2020/08/03 10:52:39 schwarze Exp $
.TH COND-DE 1 "August 3, 2020"
.SH NAME
cond-de \- close macro definition and conditional block on the same line
.SH DESCRIPTION
.if n \{.de m1
first content
.. \}
.if n \{.de m2
second content
.. \}ignored
.if t \{.de m3
does not show up
.. \}ignored
initial text
.m1
.m2
.m3
final text