summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-24 17:19:28 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-24 20:12:11 +0000
commit58012dc9b67aa1b5de9c5dc70e7e471de3ed2a6a (patch)
tree5e13a77bb536feec69fb7f63b362a644fc5ca6c1 /src
parente1aca6323e33e0dd50e23dc0d638f5789c9188e4 (diff)
downloadlibguestfs-58012dc9b67aa1b5de9c5dc70e7e471de3ed2a6a.tar.gz
libguestfs-58012dc9b67aa1b5de9c5dc70e7e471de3ed2a6a.tar.xz
libguestfs-58012dc9b67aa1b5de9c5dc70e7e471de3ed2a6a.zip
docs: Standard C examples, and guestfs-examples(3) man page.
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 7cf4e0b9..966fbd19 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -52,6 +52,9 @@ need enough permissions to access the disk images.
Libguestfs is a large API because it can do many things. For a gentle
introduction, please read the L</API OVERVIEW> section next.
+There are also some example programs in the L<guestfs-examples(3)>
+manual page.
+
=head1 API OVERVIEW
This section provides a gentler overview of the libguestfs API. We
@@ -2083,6 +2086,7 @@ enough.
=head1 SEE ALSO
+L<guestfs-examples(3)>,
L<guestfish(1)>,
L<guestmount(1)>,
L<virt-cat(1)>,