]> sjero.net Git - wget/blobdiff - doc/texi2pod.pl.in
[svn] Also generate the EXAMPLES section.
[wget] / doc / texi2pod.pl.in
index 4f42ad8ae1d9b65e6512194b2f9a006c1889ab01..0c32cbfa41d3e8bc05e286add8c6d4ca0827a50b 100644 (file)
@@ -225,7 +225,7 @@ die "No filename or title\n" unless defined $fn && defined $tl;
 $sects{NAME} = "$fn \- $tl\n";
 $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES};
 
-for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS ENVIRONMENT FILES
+for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES ENVIRONMENT FILES
              BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) {
     if(exists $sects{$sect}) {
        $head = $sect;