diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-12-07 22:16:02 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-12-07 22:16:02 +0000 |
commit | df5ae67129dcbb16e2437b65b4557dfe73c1782d (patch) | |
tree | f0fce689a6fc9e389507baf6975bf9895d1cd536 /src | |
parent | 917c3520c7d6a2f3f9f670e42e0875aa40579a30 (diff) | |
download | libguestfs-df5ae67129dcbb16e2437b65b4557dfe73c1782d.tar.gz libguestfs-df5ae67129dcbb16e2437b65b4557dfe73c1782d.tar.xz libguestfs-df5ae67129dcbb16e2437b65b4557dfe73c1782d.zip |
docs: Link to guestfs-examples(3) after simple example.
Diffstat (limited to 'src')
-rw-r--r-- | src/guestfs.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod index 1376e520..9cf66f3c 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -115,7 +115,8 @@ functions that return integers return C<-1> on error, and all functions that return pointers return C<NULL> on error. See section L</ERROR HANDLING> below for how to handle errors, and consult the documentation for each function call below to see precisely how they -return error indications. +return error indications. See L<guestfs-examples(3)> for fully worked +examples. =head2 DISK IMAGES |