]> Git Repo - qemu.git/blobdiff - scripts/texi2pod.pl
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[qemu.git] / scripts / texi2pod.pl
index 94097fb065c8a743b43968e61253c99b1c8a0be1..8767662d30a8630a06973e253fd0cc639be2f538 100755 (executable)
@@ -317,7 +317,7 @@ while(<$inf>) {
        @columns = ();
        for $column (split (/\s*\@tab\s*/, $1)) {
            # @strong{...} is used a @headitem work-alike
-           $column =~ s/^\@strong{(.*)}$/$1/;
+           $column =~ s/^\@strong\{(.*)\}$/$1/;
            push @columns, $column;
        }
        $_ = "\n=item ".join (" : ", @columns)."\n";
This page took 0.033044 seconds and 4 git commands to generate.