doc/texi2pod: recognize @table @command.

This commit is contained in:
Nicolas George 2012-11-11 18:44:10 +01:00
parent 29e388abcb
commit ee2d6fbc92
1 changed files with 1 additions and 1 deletions

View File

@ -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/;