[Libguestfs] [PATCH 50/67] podwrapper: guestunmount is a libguestfs page, don't link it to he.net.

Richard W.M. Jones rjones at redhat.com
Sat Aug 24 11:04:50 UTC 2013


From: "Richard W.M. Jones" <rjones at redhat.com>

(cherry picked from commit bd30d3a61ce9d14f2f744870a5d4ed8167d609e2)
---
 podwrapper.pl.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/podwrapper.pl.in b/podwrapper.pl.in
index af21ef0..c14044c 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/;
-- 
1.8.3.1




More information about the Libguestfs mailing list