aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-01-26 15:10:55 +0100
committerTimothy Gu <timothygu99@gmail.com>2013-08-27 09:06:37 -0700
commit6002f123bd8877e694eaca1f9e9b953e4d76894d (patch)
tree29ff2760e4615a64f2889a96e7d66ab28b18a338
parent90b73f25678e029f14a7aac85746ddb59f08cadd (diff)
downloadffmpeg-6002f123bd8877e694eaca1f9e9b953e4d76894d.tar.gz
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>
-rwxr-xr-xdoc/texi2pod.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl
index 52af39f162..8e09c09125 100755
--- a/doc/texi2pod.pl
+++ b/doc/texi2pod.pl
@@ -295,7 +295,7 @@ INF: while(<$inf>) {
$columns =~ s/\@tab/ : /;
$_ = " : ". $columns;
- $section =~ s/\n+\s+$//;
+ $chapter =~ s/\n+\s+$//;
};
/^\@itemx?\s*(.+)?$/ and do {