mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Avoid problems with multi-line NAME sections.
This commit is contained in:
parent
20a9b1a7cf
commit
4ea3855514
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user