> I was wondering if their is any possibility having .tm write > to anything other than STDOUT ? It would make managing forward > references (when used with 2 groff passes) much easier.
Instead of .tm you should use ".write <stream> <stuff>", which does exactly what you want. (A stream is like a filehandle, use ".open <stream> <filename>" to connect the stream to a file first.)
