From bd30d3a61ce9d14f2f744870a5d4ed8167d609e2 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 15 Aug 2013 09:12:44 +0100 Subject: [PATCH] podwrapper: guestunmount is a libguestfs page, don't link it to he.net. --- podwrapper.pl.in | 1 + 1 file changed, 1 insertion(+) 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/;