From: Richard W.M. Jones Date: Fri, 13 Nov 2009 12:15:09 +0000 (+0000) Subject: Docs: Remove incorrect statement from man page. X-Git-Tag: 1.0.79~20 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=407f34901361f6d68bca96543042b01581257485 Docs: Remove incorrect statement from man page. The low-level event-based API never existed so this statement in the man page is wrong. If you want an asynchronous API, use threads. --- diff --git a/guestfs.pod b/guestfs.pod index fdac80a..9424ec2 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -72,8 +72,7 @@ functions in the following order: guestfs_close (handle); C and all of the actions including C -are blocking calls. You can use the low-level event API to do -non-blocking operations instead. +are blocking calls. All functions that return integers, return C<-1> on error. See section L below for how to handle errors.