X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Ftexi2pod.pl;h=d20fac6bf60dcc3ad9c5c30b25522d6bf5204cb9;hb=0dbf297229620e869582f97dd4d25eff245ba3b5;hp=5e8814feff638c6ea90b1c821eddf4e46dc77ae9;hpb=940ee636301aa73a38e5b3fa025f43901008538b;p=ffmpeg diff --git a/doc/texi2pod.pl b/doc/texi2pod.pl index 5e8814feff6..d20fac6bf60 100755 --- a/doc/texi2pod.pl +++ b/doc/texi2pod.pl @@ -211,7 +211,6 @@ INF: while(<$inf>) { s/\@TeX\{\}/TeX/g; s/\@pounds\{\}/\#/g; s/\@minus(?:\{\})?/-/g; - s/\\,/,/g; # Now the ones that have to be replaced by special escapes # (which will be turned back into text by unmunge()) @@ -269,7 +268,7 @@ INF: while(<$inf>) { push @icstack, $ic; $endw = $1; $ic = $2; - $ic =~ s/\@(?:samp|strong|key|gcctabopt|option|env)/B/; + $ic =~ s/\@(?:samp|strong|key|gcctabopt|option|env|command)/B/; $ic =~ s/\@(?:code|kbd)/C/; $ic =~ s/\@(?:dfn|var|emph|cite|i)/I/; $ic =~ s/\@(?:file)/F/;