Browse code

doc/texi2pod: fix warnings introduced in e7e14bc69a606a6bec82efef729263cd38f122d4

The variable "$section" was replaced by "$chapter".
(cherry picked from commit c0c06c1bba80c4bee162a3c40eec678ddc65571d)

Signed-off-by: Timothy Gu <timothygu99@gmail.com>

Stefano Sabatini authored on 2013/01/26 23:10:55
Showing 1 changed files
... ...
@@ -295,7 +295,7 @@ INF: while(<$inf>) {
295 295
         $columns =~ s/\@tab/ : /;
296 296
 
297 297
         $_ = " : ". $columns;
298
-        $section =~ s/\n+\s+$//;
298
+        $chapter =~ s/\n+\s+$//;
299 299
     };
300 300
 
301 301
     /^\@itemx?\s*(.+)?$/ and do {