]> git.sesse.net Git - ffmpeg/blobdiff - doc/texi2pod.pl
Merge commit 'c74f81786d434dfaf9b3dff06aa96bfd23d0127b'
[ffmpeg] / doc / texi2pod.pl
index a0576511753b2d01c48d265d1813fc59567b3f88..d20fac6bf60dcc3ad9c5c30b25522d6bf5204cb9 100755 (executable)
@@ -268,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/;