> This diff can patch 'pic' to use the same condition for both lines.
>
> --- src/preproc/pic/troff.cpp~ 2010-01-01 18:00:29.000000000 +0000
> +++ src/preproc/pic/troff.cpp 2010-01-01 18:00:29.000000000 +0000
> @@ -462,7 +462,7 @@
> fputs("\n.sp -1\n", stdout);
> }
> if (rotate_flag)
> - printf(".if '\\*(.T'ps' \\{\\\n"
> + printf(".if \\n(" GROPS_REG " \\{\\\n"
> "\\X'ps: exec grestore'\n.sp -1\n"
> ".\\}\n");
> }
>
> Is this Ok Werner?
Applied to the CVS, thanks.
Werner
