X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs.pod;fp=guestfs.pod;h=30759602f45cfe3aeb6351ad60182a2e4b78b4c8;hp=eb043f079b7d42365bac191f3f87ad3bd2fbbb71;hb=0a302b78780bad541debf3d3c2f46ad42afecef3;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) {