Revision 2659a2aa7ca8cf17cae05d119fc3caee0480ddd6 authored by Dr. Stephen Henson on 16 December 2013, 21:41:07 UTC, committed by Dr. Stephen Henson on 16 December 2013, 21:41:07 UTC
1 parent 200f249
extract-section.pl
#!/usr/bin/perl
while(<STDIN>) {
if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
{
print "$1\n";
exit 0;
}
}
print "$ARGV[0]\n";

Computing file changes ...