Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 484022
Collapse All | Expand All

(-)a/doc/texi2pod.pl (-2 / +1 lines)
Lines 291-297 while(<$inf>) { Link Here
291
	if (defined $1) {
291
	if (defined $1) {
292
            my $thing = $1;
292
            my $thing = $1;
293
            if ($ic =~ /\@asis/) {
293
            if ($ic =~ /\@asis/) {
294
                $_ = "\n=item $thing\n";
294
                $_ = "\n=item C<$thing>\n";
295
            } else {
295
            } else {
296
                # Entity escapes prevent munging by the <> processing below.
296
                # Entity escapes prevent munging by the <> processing below.
297
                $_ = "\n=item $ic\&LT;$thing\&GT;\n";
297
                $_ = "\n=item $ic\&LT;$thing\&GT;\n";
298
- 

Return to bug 484022