Bodo Moeller writes:
> Christoph Martin <[EMAIL PROTECTED]>:
> > Wichert Akkerman writes:
>
> >> Package: openssl
> >> Version: 0.9.6-1
> >> Severity: normal
> >>
> >> The HISTORY section of RAND_add(3ssl) isn't formated correctly, its end
> >> looks like this:
> >>
> >> RAND_event() in OpenSSL 0.9.5a.
> >>
> >> entropy to the PRNG"
>
> > The .pod file is incorrect. Apparently you are not allowed to have
> > more than one line in the NAME section. The following patch fixes
> > this.
> >
> > --- doc/crypto/RAND_add.pod.~1~ Thu Mar 23 21:32:23 2000
> > +++ doc/crypto/RAND_add.pod Thu Mar 8 12:50:27 2001
>
> OpenSSL has various other podpages with long NAME sections.
> Here is a fix for openssl-.../util/pod2man.pl:
>
> Index: pod2man.pl
>
> diff -u -u -r1.1 pod2man.pl
> --- pod2man.pl 2000/01/27 20:23:29 1.1
> +++ pod2man.pl 2001/03/08 21:48:53
> @@ -416,6 +416,8 @@
> warn "$0: Improper man page - malformed NAME header in
>paragraph $. of $ARGV[0]\n"
> }
> else {
> + $n[0] =~ s/\n/ /;
> + $n[1] =~ s/\n/ /;
> %namedesc = @n;
> }
> }
The pod2man which comes with perl 5.6 has the same problem.
C
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]