diff options
Diffstat (limited to 'ftp/wget')
-rw-r--r-- | ftp/wget/files/patch-doc__texi2pod.pl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/wget/files/patch-doc__texi2pod.pl b/ftp/wget/files/patch-doc__texi2pod.pl new file mode 100644 index 000000000000..45a8873a9e72 --- /dev/null +++ b/ftp/wget/files/patch-doc__texi2pod.pl @@ -0,0 +1,11 @@ +--- doc/texi2pod.pl.orig 2013-10-24 16:59:55.000000000 +0300 ++++ doc/texi2pod.pl 2013-10-24 17:01:23.000000000 +0300 +@@ -291,7 +291,7 @@ + if (defined $1) { + my $thing = $1; + if ($ic =~ /\@asis/) { +- $_ = "\n=item $thing\n"; ++ $_ = "\n=item C<$thing>\n"; + } else { + # Entity escapes prevent munging by the <> processing below. + $_ = "\n=item $ic\<$thing\>\n"; |