> The biggest change is to hdmisc.tmac. I broke out all the page setup
> stuff into a separate file, because it was interfering with my page
> layout (common.roff, also attached),
Applied to the CVS, thanks.
> then fixed a bug in the .pv macro - I'm pretty sure the "s" and "v"
> registers should be ".s" and ".v"
Hmm. I don't think so. I believe that you have first call the macro
with four arguments to set (and initialize) the register `s', `v', and
`hy' -- as done in short_reference.roff, for example. Then, in a
second call, you use either one or two arguments.
Werner