From 12896e829e9474d92c70a1528cc64270e9dc08ad Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 20 May 2001 03:07:21 +0000 Subject: Initial import of OpenSSL 0.9.6a --- crypto/openssl/util/pod2man.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/openssl/util/pod2man.pl') diff --git a/crypto/openssl/util/pod2man.pl b/crypto/openssl/util/pod2man.pl index f5ec076..c6b64ad 100755 --- a/crypto/openssl/util/pod2man.pl +++ b/crypto/openssl/util/pod2man.pl @@ -416,6 +416,8 @@ if ($name ne 'something') { 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; } } -- cgit v1.1