diff options
author | Richard Jones <rjones@redhat.com> | 2009-04-08 13:46:21 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-04-08 13:46:21 +0100 |
commit | 0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe (patch) | |
tree | 197b7467f586926fe19fb3e4e7adad746e043718 /guestfs-actions.pod | |
parent | 562efcba335bc726954ed2ebcd75ece9c3aba41f (diff) | |
download | libguestfs-0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe.tar.gz libguestfs-0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe.tar.xz libguestfs-0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe.zip |
Updated generated files.
Diffstat (limited to 'guestfs-actions.pod')
-rw-r--r-- | guestfs-actions.pod | 3 |
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. |