]> sjero.net Git - wget/commitdiff
[svn] Include an EXAMPLES section in the man page.
authorhniksic <devnull@localhost>
Sat, 7 May 2005 22:10:29 +0000 (15:10 -0700)
committerhniksic <devnull@localhost>
Sat, 7 May 2005 22:10:29 +0000 (15:10 -0700)
doc/ChangeLog
doc/texi2pod.pl.in

index 0a468ae43e0a0ebda762c3e8fd2618f86c09c2ec..29eadb2451687b8fca06c6126a756f5226598b57 100644 (file)
@@ -1,3 +1,7 @@
+2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * texi2pod.pl.in: Allow an "EXAMPLES" section.
+
 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * wget.texi (HTTP Options): Document empty user-agent.
index b2a3d385bafa64ac438769130f76ab9d5a21901c..d2ed22ef8539ad37ad390da26b5070e90ad552ff 100644 (file)
@@ -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;