From 407f34901361f6d68bca96543042b01581257485 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 13 Nov 2009 12:15:09 +0000 Subject: [PATCH] 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. --- guestfs.pod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 1.8.3.1