diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index 5964449a9ef7b4f05a8b15ed58f720cdae7940f9..e0bc615c89549881b03ba3305412d477a7c12825 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -304,7 +304,7 @@ $sects{NAME} = "$fn \- $tl\n"; $sects{FOOTNOTES} .= "=back\n" if exists $sects{FOOTNOTES}; for $sect (qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES ENVIRONMENT FILES - BUGS NOTES FOOTNOTES SEEALSO AUTHOR COPYRIGHT)) { + BUGS NOTES FOOTNOTES SEEALSO AUTHORS COPYRIGHT)) { if(exists $sects{$sect}) { $head = $sect; $head =~ s/SEEALSO/SEE ALSO/;