summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/util/pod2man.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/util/pod2man.pl')
-rwxr-xr-xcrypto/openssl/util/pod2man.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/util/pod2man.pl b/crypto/openssl/util/pod2man.pl
index c6b64ad..657e4e2 100755
--- a/crypto/openssl/util/pod2man.pl
+++ b/crypto/openssl/util/pod2man.pl
@@ -416,8 +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/ /;
+ $n[0] =~ s/\n/ /g;
+ $n[1] =~ s/\n/ /g;
%namedesc = @n;
}
}
OpenPOWER on IntegriCloud