Lutz Jaenicke via RT wrote:
> [[EMAIL PROTECTED] - Fri Nov 8 12:19:04 2002]:
>
>
> >Dear all,
> >I identified that the Documentation in doc/apps/x509.pod is wrong if
> >passed through pod2latex.
> >The line
> >=head1 NAME OPTIONS
> >causes a wrong representation in the tex-File (and maybe in others
> >too)
> >
> >I'm not a perl guru, I fixed it by surrounding
> >=head1 B<NAME OPTIONS>
>
> Hmm, I just checked with pod2latex of perl 5.6.1 and cannot find any
> problems in the handling of =head1 ...
>
> Best regards,
> Lutz
Hi Lutz,
the problem is in fact not in the handling of =head1 instruction. It
encounters after
pod2latex -full -modify -out main.tex *.pod
and is in the misinterpretation of the "=head1 NAME" string in the
modify mode.
Run in your doc/apps directory
fgrep "=head1 NAME" *.pod
you'll get
CA.pl.pod:=head1 NAME
asn1parse.pod:=head1 NAME
...<more files>....
spkac.pod:=head1 NAME
verify.pod:=head1 NAME
version.pod:=head1 NAME
x509.pod:=head1 NAME
x509.pod:=head1 NAME OPTIONS
all but the last are fine here. How one can stop the pod2latex to
misunderstand the "=head1 NAME OPTIONS" string?
Regards,
Ernst
--
Ernst G Giessmann (ES22a)
T-Systems GmbH ITC-Security
Goslarer Ufer 35, D-10589 Berlin
phone:+49-30-3497-4342 mailto:ErnstG.Giessmann@;t-systems.com
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]