I wrote a perl-pod manual page that looked correct under perldoc
.
But when I converted it to PostScript via pod2man
and groff -Tps -man
, the SYNOPSIS was “block-adjusted”, adding a lot of space between the options.
So is there a way to tell POD not to “adjust” a part of the manual page?