Displaying 2 results from an estimated 2 matches for "guestfs_proc".
Did you mean:
guestfs_proc_
2015 Oct 29
16
[PATCH 00/16] Refactoring of configure.ac and guestfs.pod
Two (not related to each other) refactorings:
Patches 1-12 split configure.ac into smaller files using the
m4_include mechanism.
Patches 13-15 split out parts of guestfs.pod (ie. guestfs(3)) into
three new manual pages:
guestfs-hacking(3) - how to extend and contribute to libguestfs
guestfs-internals(3) - architecture and internals
guestfs-security(3) - security and CVEs
Patch 16 is a
2017 Apr 04
1
[PATCH] Use Unicode single quotes ‘’ in place of short single quoted strings throughout.
...limited to
somewhere under this size.
-Note also that many functions don't take any arguments, in which case
+Note also that many functions don’t take any arguments, in which case
the C<guestfs_I<foo>_args> is completely omitted.
The header contains the procedure number (C<guestfs_proc>) which is
diff --git a/docs/guestfs-performance.pod b/docs/guestfs-performance.pod
index 620a82adf..9b8a204d0 100644
--- a/docs/guestfs-performance.pod
+++ b/docs/guestfs-performance.pod
@@ -242,7 +242,7 @@ expensive) unless you need the results.
If you previously performed inspection on the g...