X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs.pod;h=30759602f45cfe3aeb6351ad60182a2e4b78b4c8;hp=eb043f079b7d42365bac191f3f87ad3bd2fbbb71;hb=9ff1c97f04e8c0e513262893df71da0d31b34637;hpb=8504318756597061bc37de20147367fc5615d6ed diff --git a/guestfs.pod b/guestfs.pod index eb043f0..3075960 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -708,7 +708,7 @@ need the compile time check as well): #ifdef HAVE_GUESTFS_DD void *dl; int has_function; - + /* Test if the function guestfs_dd is really available. */ dl = dlopen (NULL, RTLD_LAZY); if (!dl) {