X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fguestfs.pod;h=dd06880842bf663709386137ae2e205427b4f15b;hp=da0312864253817d7a98663f7df115d7de75441f;hb=aae5bebe6878c01803653fae166c58b7217b6100;hpb=9cd1810b5e5b0a09f1a6eaf64fa14b924fbb0eae diff --git a/src/guestfs.pod b/src/guestfs.pod index da03128..dd06880 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -877,8 +877,8 @@ This closes the connection handle and frees up all resources used. =head1 ERROR HANDLING -The convention in all functions that return C is that they return -C<-1> to indicate an error. +API functions can return errors. For example, almost all functions +that return C will return C<-1> to indicate an error. Additional information is available for errors: an error message string and optionally an error number (errno) if the thing that failed