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 /guestfish-actions.pod | |
parent | 562efcba335bc726954ed2ebcd75ece9c3aba41f (diff) | |
download | libguestfs-0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe.tar.gz libguestfs-0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe.tar.xz libguestfs-0d112d58af8b2c28de9ee4ae5b0ed3527757bdfe.zip |
Updated generated files.
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index 8a6ce29c..4ca02fda 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -6,7 +6,7 @@ Return the contents of the file named C<path>. Note that this function cannot correctly handle binary files (specifically, files containing C<\0> character which is treated -as end of string). For those you need to use the C<guestfs_read_file> +as end of string). For those you need to use the C<read_file> function which has a more complex interface. =head2 list-devices @@ -17,7 +17,6 @@ List all the block devices. The full block device names are returned, eg. C</dev/sda> - =head2 list-partitions list-partitions @@ -27,7 +26,7 @@ List all the partitions detected on all block devices. The full partition device names are returned, eg. C</dev/sda1> This does not return logical volumes. For that you will need to -call C<guestfs_lvs>. +call C<lvs>. =head2 ll @@ -48,7 +47,7 @@ there is no cwd). The '.' and '..' entries are not returned, but hidden files are shown. This command is mostly useful for interactive sessions. Programs -should probably use C<guestfs_readdir> instead. +should probably use C<readdir> instead. =head2 lvs @@ -60,7 +59,7 @@ of the L<lvs(8)> command. This returns a list of the logical volume device names (eg. C</dev/VolGroup00/LogVol00>). -See also C<guestfs_lvs_full>. +See also C<lvs_full>. =head2 lvs-full @@ -100,7 +99,7 @@ of the L<pvs(8)> command. This returns a list of just the device names that contain PVs (eg. C</dev/sda2>). -See also C<guestfs_pvs_full>. +See also C<pvs_full>. =head2 pvs-full @@ -117,7 +116,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. =head2 touch @@ -137,7 +136,7 @@ of the L<vgs(8)> command. This returns a list of just the volume group names that were detected (eg. C<VolGroup00>). -See also C<guestfs_vgs_full>. +See also C<vgs_full>. =head2 vgs-full |