1 .\" $OpenBSD: startde.in,v 1.2 2017/07/04 14:53:27 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
7 .Nd macro starting a macro definition, but not ending it
11 outer macro called; define inner macro:
13 inner macro called; end outer scope.
15 outer scope ended; outer macro now defined.
19 returned from call of outer macro; end inner scope.
21 inner scope ended; inner macro now defined.
25 returned from call of inner macro.