diff --git a/doc/ChangeLog b/doc/ChangeLog index 0a468ae4..29eadb24 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-08 Hrvoje Niksic + + * texi2pod.pl.in: Allow an "EXAMPLES" section. + 2005-05-06 Hrvoje Niksic * wget.texi (HTTP Options): Document empty user-agent. diff --git a/doc/texi2pod.pl.in b/doc/texi2pod.pl.in index b2a3d385..d2ed22ef 100644 --- a/doc/texi2pod.pl.in +++ b/doc/texi2pod.pl.in @@ -308,7 +308,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 ENVIRONMENT EXAMPLES FILES BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) { if(exists $sects{$sect}) { $head = $sect;