Cross Reference: 101-manpage_openssl.patch
xref
: /
solaris-userland
/
components
/
openssl
/
openssl-default
/
patches
/
101-manpage_openssl.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
363
N/A
diff -ruN
openssl-0.9.8a/util/extract-section.pl
openssl-0.9.8a/util/extract-section.pl
363
N/A
---
openssl-0.9.8a/util/extract-section.pl
2004-11-25 18:47:31.000000000 +0100
363
N/A
+++
openssl-0.9.8a/util/extract-section.pl
2009-04-08 12:05:03.128230348 +0200
363
N/A
@@ -3,10 +3,10 @@
363
N/A
while(<STDIN>) {
363
N/A
if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
363
N/A
{
363
N/A
- print "$1\n";
363
N/A
+ print "${1}openssl\n";
363
N/A
exit 0;
363
N/A
}
363
N/A
}
363
N/A
363
N/A
-print "$ARGV[0]\n";
363
N/A
+print "${ARGV[0]}openssl\n";
363
N/A