Marcus Meissner
2e27015f08
OBS-URL: https://build.opensuse.org/request/show/180962 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wget?expand=0&rev=39
18 lines
643 B
Diff
18 lines
643 B
Diff
Index: wget-1.14/doc/texi2pod.pl
|
|
===================================================================
|
|
--- wget-1.14.orig/doc/texi2pod.pl
|
|
+++ wget-1.14/doc/texi2pod.pl
|
|
@@ -291,10 +291,10 @@ while(<$inf>) {
|
|
if (defined $1) {
|
|
my $thing = $1;
|
|
if ($ic =~ /\@asis/) {
|
|
- $_ = "\n=item $thing\n";
|
|
+ $_ = "\n=item Z<>$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";
|