[[EMAIL PROTECTED] - Thu Nov 14 11:47:20 2002]:

> In message <[EMAIL PROTECTED]> on Thu, 14 Nov
> 2002 11:24:16 +0100 (MET), "Ernst G Giessmann via RT" <[EMAIL PROTECTED]>
> said:
> 
> rt> Run in your doc/apps directory
> rt>
> rt> fgrep "=head1 NAME" *.pod
> rt>
> rt> you'll get
> rt>
> rt> CA.pl.pod:=head1 NAME
> rt> asn1parse.pod:=head1 NAME
> rt> ...<more files>....
> rt> spkac.pod:=head1 NAME
> rt> verify.pod:=head1 NAME
> rt> version.pod:=head1 NAME
> rt> x509.pod:=head1 NAME
> rt> x509.pod:=head1 NAME OPTIONS
> rt>
> rt> all but the last are fine here. How one can stop the pod2latex to
> rt> misunderstand the "=head1 NAME OPTIONS" string?
> 
> Hmm, I can't see any way to stop pod2latex, except maybe changing the
> following line in Pod::LaTeX:
> 
>   if ($self->{_CURRENT_HEAD1} =~ /^NAME/i && $self-
> >ReplaceNAMEwithSection()) {
> 
> to:
> 
>   if ($self->{_CURRENT_HEAD1} =~ /^NAME\s*$/i && $self-
> >ReplaceNAMEwithSection()) {
> 
> This might be a worthy bug report to the authors of POD.

Probably this is a bug in the POD handling.

In any case I have chosen the opportunistic approach and changed the
name of the section :-)

Best regards,
     Lutz

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to