diff --git a/podwrapper.pl.in b/podwrapper.pl.in index c14044c5d..83385796f 100755 --- a/podwrapper.pl.in +++ b/podwrapper.pl.in @@ -443,6 +443,7 @@ SUBHTML: { local $_ = shift; return 1 if /^Sys::Guestfs/; + return 0 if /^virt-install/; return 1 if /^virt-/; return 1 if /^libguestf/; return 1 if /^guestf/;