summaryrefslogtreecommitdiffstats
path: root/regress/roff/de/empty.in
blob: dc5e1c930b73b0b9cd89f8d63f3533eb09ff6522 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.\" $OpenBSD: empty.in,v 1.1 2019/04/21 23:45:50 schwarze Exp $
.Dd $Mdocdate$
.Dt DE-EMPTY 1
.Os
.Sh NAME
.Nm de-empty
.Nd empty user-defined macro with arguments
.Sh DESCRIPTION
initial text
.de empty
..
.de real
arg=\\$1
.empty wrong
arg=\\$1
..
.real right
final text