X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=util%2Fprocess_docs.pl;h=edb7ca6e8d3da7ea90bd606ef400c79047863125;hp=e1d479d91afc9ac49577083abe3d77998f4c52f1;hb=c2e1ec49326bece462bd3a638b2039d0c84a4751;hpb=a9c85ceaca37b6b4d7e4c0c13c4b75a95561c2f6;ds=sidebyside diff --git a/util/process_docs.pl b/util/process_docs.pl index e1d479d91a..edb7ca6e8d 100644 --- a/util/process_docs.pl +++ b/util/process_docs.pl @@ -102,7 +102,7 @@ foreach my $section (sort @{$options{section}}) { if $options{debug}; unless ($options{"dry-run"}) { @output = `$generate`; - map { s|href="http://man\.he\.net/(man\d/[^"]+)(?:\.html)?"|href="../$1.html|g; } @output + map { s|href="http://man\.he\.net/(man\d/[^"]+)(?:\.html)?"|href="../$1.html"|g; } @output if $options{type} eq "html"; } print STDERR "DEBUG: Done processing\n" if $options{debug};