git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8504318
)
guestfs documentation: Missing space.
author
Richard Jones
<rjones@redhat.com>
Wed, 25 Nov 2009 22:20:22 +0000
(22:20 +0000)
committer
Richard Jones
<rjones@redhat.com>
Wed, 25 Nov 2009 22:20:22 +0000
(22:20 +0000)
guestfs.pod
patch
|
blob
|
history
diff --git
a/guestfs.pod
b/guestfs.pod
index
eb043f0
..
3075960
100644
(file)
--- 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) {