]> git.cameronkatri.com Git - mandoc.git/blob - regress/roff/de/infinite.in
Let roff_getname() end the roff identifier at a tab character
[mandoc.git] / regress / roff / de / infinite.in
1 .\" $OpenBSD: infinite.in,v 1.4 2018/08/23 14:16:12 schwarze Exp $
2 .Dd $Mdocdate: August 23 2018 $
3 .Dt DE-INFINITE 1
4 .Os
5 .Sh NAME
6 .Nm de-infinite
7 .Nd inifinte recursion in a user-defined macro
8 .Sh DESCRIPTION
9 initial text
10 .de mym
11 .Op \\$1 \\$2
12 ..
13 .mym $1 \$1 end
14 .mym \$1 middle end
15 middle text
16 .de mym
17 .mym
18 not printed
19 ..
20 .mym
21 final text