diff --git a/podwrapper.pl.in b/podwrapper.pl.in index af21ef0c5..c14044c5d 100755 --- a/podwrapper.pl.in +++ b/podwrapper.pl.in @@ -447,6 +447,7 @@ SUBHTML: { return 1 if /^libguestf/; return 1 if /^guestf/; return 1 if /^guestmount/; + return 1 if /^guestunmount/; return 1 if /^hivex/; return 1 if /^febootstrap/; return 1 if /^supermin/;