diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-10-05 14:38:07 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-10-05 14:38:07 +0100 |
commit | f3341222b37f91d7f7fcdafe30b107ea9da9ad02 (patch) | |
tree | 7ee87f2f0e987d8fa061e117179b96e6e0501557 | |
parent | ca8c2b599663563976d83766182ab8cf0722c755 (diff) | |
download | libguestfs-f3341222b37f91d7f7fcdafe30b107ea9da9ad02.tar.gz libguestfs-f3341222b37f91d7f7fcdafe30b107ea9da9ad02.tar.xz libguestfs-f3341222b37f91d7f7fcdafe30b107ea9da9ad02.zip |
docs: Add directory sections for resize/ and sparsify/
-rw-r--r-- | src/guestfs.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod index db0ab36a..331945dc 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -2913,6 +2913,14 @@ Regression tests. L<virt-rescue(1)> command and documentation. +=item C<resize> + +L<virt-resize(1)> command and documentation. + +=item C<sparsify> + +L<virt-sparsify(1)> command and documentation. + =item C<src> Source code to the C library. |