Author: coke Date: Thu Aug 18 08:49:46 2005 New Revision: 8989 Modified: trunk/languages/tcl/tcl.pl Log: minor pod nit
Modified: trunk/languages/tcl/tcl.pl ============================================================================== --- trunk/languages/tcl/tcl.pl (original) +++ trunk/languages/tcl/tcl.pl Thu Aug 18 08:49:46 2005 @@ -41,7 +41,7 @@ foreach my $file (@macro_includes, @cmd_ $includes .= " .include \"languages/tcl/$file\"\n"; } -=head2 rules +=head1 rules Generate the PIR code that matches the various rules we have.
