components/openssl/openssl-1.0.0/patches/14-manpage_openssl.patch
branchs11-update
changeset 2593 b92e6df5eaf0
parent 2592 a7d8d41eeab2
child 2594 27f414f634e9
equal deleted inserted replaced
2592:a7d8d41eeab2 2593:b92e6df5eaf0
     1 diff -ruN openssl-0.9.8a/util/extract-section.pl openssl-0.9.8a/util/extract-section.pl
       
     2 --- openssl-0.9.8a/util/extract-section.pl	2004-11-25 18:47:31.000000000 +0100
       
     3 +++ openssl-0.9.8a/util/extract-section.pl	2009-04-08 12:05:03.128230348 +0200
       
     4 @@ -3,10 +3,10 @@
       
     5  while(<STDIN>) {
       
     6  	if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
       
     7  		{
       
     8 -		print "$1\n";
       
     9 +		print "${1}openssl\n";
       
    10  		exit 0;
       
    11  		}
       
    12  }
       
    13  
       
    14 -print "$ARGV[0]\n";
       
    15 +print "${ARGV[0]}openssl\n";
       
    16