Marcus Meissner
9ecff3ef8d
GNU wget 1.15 OBS-URL: https://build.opensuse.org/request/show/214439 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=41
18 lines
665 B
Diff
18 lines
665 B
Diff
---
|
|
doc/texi2pod.pl | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: wget-1.15/doc/texi2pod.pl
|
|
===================================================================
|
|
--- 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";
|
|
} 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";
|