diff options
Diffstat (limited to 'crypto/openssl/util/pod2man.pl')
-rwxr-xr-x | crypto/openssl/util/pod2man.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssl/util/pod2man.pl b/crypto/openssl/util/pod2man.pl index f5ec0767ed4b..c6b64add602d 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; } } |