aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/eqn/define/invalid.in
blob: 763c622ec58a4c070dc10cb89517bdf32e87c680 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.\" $OpenBSD: invalid.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $
.Dd $Mdocdate: July 4 2017 $
.Dt DEFINE-INVALID 1
.Os
.Sh NAME
.Nm define-invalid
.Nd invalid define and undef statements
.Sh DESCRIPTION
define without variable name:
.EQ
define bruch 'over' 1 bruch 2 undef bruch bruch define
.EN
eol
.Pp
define without value:
.EQ
define bruch 'over' 1 bruch 2 undef bruch bruch define bruch
.EN
eol
.Pp
define without value:
.EQ
define bruch 'over' 1 bruch 2 undef bruch bruch undef
.EN
eol
.Pp
tdefine without variable name:
.EQ
tdefine
.EN
eol
.Pp
tdefine without value:
.EQ
tdefine bruch
.EN
eol