diff options
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 |