6 .Nd macro starting a macro definition, but not ending it
10 outer macro called; define inner macro:
12 inner macro called; end outer scope.
14 outer scope ended; outer macro now defined.
18 returned from call of outer macro; end inner scope.
20 inner scope ended; inner macro now defined.
24 returned from call of inner macro.