summaryrefslogtreecommitdiffstats
path: root/src/guestfs.pod
diff options
context:
space:
mode:
authorJohn Eckersberg <jeckersb@redhat.com>2012-11-01 13:35:15 -0400
committerRichard W.M. Jones <rjones@redhat.com>2012-11-01 18:22:01 +0000
commitbafd8229149ccc0e05676e031bae5d1489fa74a6 (patch)
treee220da3ff72493a0ef2a2226ed11913d8c1ecd43 /src/guestfs.pod
parent4c285dd8f6a263ed62802af2c89c4cc75497c1ce (diff)
downloadlibguestfs-bafd8229149ccc0e05676e031bae5d1489fa74a6.tar.gz
libguestfs-bafd8229149ccc0e05676e031bae5d1489fa74a6.tar.xz
libguestfs-bafd8229149ccc0e05676e031bae5d1489fa74a6.zip
lib: Add inspect_list_applications2 method (RHBZ#859949)
RWMJ: - Fix memory leak in guestfs__inspect_list_applications wrapper. - Don't document app2_spare* fields.
Diffstat (limited to 'src/guestfs.pod')
-rw-r--r--src/guestfs.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index f6a759d8..f243c2c4 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -695,7 +695,7 @@ inspection and caches the results in the guest handle. Subsequent
calls to C<guestfs_inspect_get_*> return this cached information, but
I<do not> re-read the disks. If you change the content of the guest
disks, you can redo inspection by calling L</guestfs_inspect_os>
-again. (L</guestfs_inspect_list_applications> works a little
+again. (L</guestfs_inspect_list_applications2> works a little
differently from the other calls and does read the disks. See
documentation for that function for details).