header.t2t (478B)
1 %!target: man 2 %!encoding: UTF-8 3 4 %# There's apparently no other way to do this. 5 %!postproc(man): "^(.TH.*?) 1 " "\1 3 " 6 7 %!preproc: \bPROVISIONAL\b **PROVISIONAL** 8 %!preproc: [FMSTV]<(.*?)> **\1(3)** 9 %!postproc(man): [P]<(.*?)> \fI\1\fR 10 11 %!postproc(man): (\[.*?\]) \\fI\1\\fR 12 %!postproc(man): \+$ \n.P 13 %!postproc(man): (\$[a-zA-Z_]+) \\fB\1\\fR 14 %!postproc(man): (\${[a-zA-Z_]+)(.*?)} \\fB\1\\fR\2\\fB}\\fR 15 %!postproc(man): ^\.\.\.$ .RB ... 16