diff options
author | Richard Jones <rjones@redhat.com> | 2009-11-25 22:20:22 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-25 22:20:22 +0000 |
commit | 0a302b78780bad541debf3d3c2f46ad42afecef3 (patch) | |
tree | 7a6f3222b68f6532b3ce28a5d38ab8d8544f6135 | |
parent | 8504318756597061bc37de20147367fc5615d6ed (diff) | |
download | libguestfs-0a302b78780bad541debf3d3c2f46ad42afecef3.tar.gz libguestfs-0a302b78780bad541debf3d3c2f46ad42afecef3.tar.xz libguestfs-0a302b78780bad541debf3d3c2f46ad42afecef3.zip |
guestfs documentation: Missing space.
-rw-r--r-- | guestfs.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guestfs.pod b/guestfs.pod index eb043f07..30759602 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) { |