2014-01-20 11:14:11 +01:00
|
|
|
---
|
|
|
|
doc/texi2pod.pl | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
Index: wget-1.15/doc/texi2pod.pl
|
2013-06-26 10:48:34 +02:00
|
|
|
===================================================================
|
2014-01-20 11:14:11 +01:00
|
|
|
--- wget-1.15.orig/doc/texi2pod.pl 2014-01-19 21:41:04.000000000 +0000
|
|
|
|
+++ wget-1.15/doc/texi2pod.pl 2014-01-19 21:41:31.000000000 +0000
|
|
|
|
@@ -294,7 +294,7 @@ while(<$inf>) {
|
|
|
|
$_ = "\n=item C<$thing>\n";
|
2013-06-26 10:48:34 +02:00
|
|
|
} else {
|
|
|
|
# Entity escapes prevent munging by the <> processing below.
|
|
|
|
- $_ = "\n=item $ic\<$thing\>\n";
|
|
|
|
+ $_ = "\n=item Z<>$ic\<$thing\>\n";
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
$_ = "\n=item $ic\n";
|