]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/de/infinite.in
prevent infinite recursion while expanding the arguments
[mandoc.git] / regress / roff / de / infinite.in
1 .Dd March 7, 2017
2 .Dt DE-INFINITE 1
3 .Os OpenBSD
4 .Sh NAME
5 .Nm de-infinite
6 .Nd inifinte recursion in a user-defined macro
7 .Sh DESCRIPTION
8 initial text
9 .de mym
10 .Op \\$1 \\$2
11 ..
12 .mym $1 \$1
13 .mym \$1 nothing
14 middle text
15 .de mym
16 .mym
17 not printed
18 ..
19 .mym
20 final text