summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-04-11 17:02:18 +0100
committerRichard Jones <rjones@redhat.com>2010-04-11 17:02:18 +0100
commit9a608a1516bd339dc6d5ebe9952d3bced273c416 (patch)
tree66152d0cf42cd8b229056d9c87f2bd0698a2c4de /fish
parent4e5678c1040503e7f05048ccb002fbf257bcb762 (diff)
downloadlibguestfs-9a608a1516bd339dc6d5ebe9952d3bced273c416.tar.gz
libguestfs-9a608a1516bd339dc6d5ebe9952d3bced273c416.tar.xz
libguestfs-9a608a1516bd339dc6d5ebe9952d3bced273c416.zip
Documentation updates.
Fix copyright years. Fix URLs to point to new PRC site. Make sure guestfish(1) and guestfs(3) manpages reference the current list of tools.
Diffstat (limited to 'fish')
-rw-r--r--fish/guestfish.pod8
1 files changed, 6 insertions, 2 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 13645456..e2ea5057 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -98,7 +98,7 @@ the functionality of the guestfs API, see L<guestfs(3)>.
Guestfish gives you structured access to the libguestfs API, from
shell scripts or the command line or interactively. If you want to
-rescue a broken virtual machine image, you might want to look at the
+rescue a broken virtual machine image, you should look at the
L<virt-rescue(1)> command.
Using guestfish in read/write mode on live virtual machines can be
@@ -738,11 +738,15 @@ I<1> if there was an error.
L<guestfs(3)>,
L<http://libguestfs.org/>,
L<virt-cat(1)>,
+L<virt-df(1)>,
L<virt-edit(1)>,
L<virt-list-filesystems(1)>,
+L<virt-list-partitions(1)>,
L<virt-ls(1)>,
+L<virt-make-fs(1)>,
L<virt-rescue(1)>,
-L<virt-tar(1)>.
+L<virt-tar(1)>,
+L<virt-win-reg(1)>.
=head1 AUTHORS