summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/util/extract-names.pl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/util/extract-names.pl')
-rw-r--r--crypto/openssl/util/extract-names.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/util/extract-names.pl b/crypto/openssl/util/extract-names.pl
index d413a04..9f2ad5e 100644
--- a/crypto/openssl/util/extract-names.pl
+++ b/crypto/openssl/util/extract-names.pl
@@ -9,8 +9,8 @@ while(<STDIN>) {
} elsif ($name) {
if (/ - /) {
s/ - .*//;
- s/[ \t,]+/ /g;
- push @words, split ' ';
+ s/,[ \t]+/,/g;
+ push @words, split ',';
}
}
if (/^=head1 *NAME *$/) {
OpenPOWER on IntegriCloud