summaryrefslogtreecommitdiffstats
path: root/src/guestfs.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-20 17:56:40 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-20 17:56:40 +0100
commit64cc0dafd03bb23ef1520c8f46fd2dd44a0d8c4e (patch)
tree65497678e17706280fe0332f86556f7894d2669a /src/guestfs.pod
parent8aa8eb205b02e1014e5ed9577f4a9da9fd864aba (diff)
downloadlibguestfs-64cc0dafd03bb23ef1520c8f46fd2dd44a0d8c4e.tar.gz
libguestfs-64cc0dafd03bb23ef1520c8f46fd2dd44a0d8c4e.tar.xz
libguestfs-64cc0dafd03bb23ef1520c8f46fd2dd44a0d8c4e.zip
docs: Add links to various guestfs-* man pages from guestfs(3).
Diffstat (limited to 'src/guestfs.pod')
-rw-r--r--src/guestfs.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index d553a1e0..2cac823a 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -38,6 +38,10 @@ For examples of using the API from C, see L<guestfs-examples(3)>. For
examples in other languages, see
L</USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES> below.
+If you are having performance problems, read
+L<guestfs-performance(1)>. To help test libguestfs, read
+L<libguestfs-test-tool(1)> and L<guestfs-testing(1)>.
+
=head1 API OVERVIEW
This section provides a gentler overview of the libguestfs API. We
@@ -3610,6 +3614,7 @@ L<virt-tar-out(1)>,
L<virt-win-reg(1)>,
L<guestfs-faq(1)>,
L<guestfs-performance(1)>,
+L<guestfs-release-notes(1)>,
L<guestfs-testing(1)>,
L<libguestfs-test-tool(1)>,
L<libguestfs-make-fixed-appliance(1)>,