Sync usage with man page.
[netbsd-mini2440.git] / crypto / external / bsd / openssl / dist / util / extract-section.pl
blob7a0ba4f69a7a6407cd95e80a1e486d962fd54937
1 #!/usr/bin/perl
3 while(<STDIN>) {
4 if (/=for\s+comment\s+openssl_manual_section:(\S+)/)
6 print "$1\n";
7 exit 0;
11 print "$ARGV[0]\n";