summaryrefslogtreecommitdiffstats
path: root/guestfs-actions.pod
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-04-08 13:46:21 +0100
committerRichard Jones <rjones@redhat.com>2009-04-08 13:46:21 +0100
commit0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe (patch)
tree197b7467f586926fe19fb3e4e7adad746e043718 /guestfs-actions.pod
parent562efcba335bc726954ed2ebcd75ece9c3aba41f (diff)
downloadlibguestfs-0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe.tar.gz
libguestfs-0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe.tar.xz
libguestfs-0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe.zip
Updated generated files.
Diffstat (limited to 'guestfs-actions.pod')
-rw-r--r--guestfs-actions.pod3
1 files changed, 1 insertions, 2 deletions
diff --git a/guestfs-actions.pod b/guestfs-actions.pod
index eb3898af..1dce3f33 100644
--- a/guestfs-actions.pod
+++ b/guestfs-actions.pod
@@ -25,7 +25,6 @@ List all the block devices.
The full block device names are returned, eg. C</dev/sda>
-
This function returns a NULL-terminated array of strings
(like L<environ(3)>), or NULL if there was an error.
I<The caller must free the strings and the array after use>.
@@ -160,7 +159,7 @@ This syncs the disk, so that any writes are flushed through to the
underlying disk image.
You should always call this if you have modified a disk image, before
-calling C<guestfs_close>.
+closing the handle.
This function returns 0 on success or -1 on error.