Docs: Remove incorrect statement from man page.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 13 Nov 2009 12:15:09 +0000 (12:15 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 13 Nov 2009 12:15:09 +0000 (12:15 +0000)
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

index fdac80a..9424ec2 100644 (file)
@@ -72,8 +72,7 @@ functions in the following order:
  guestfs_close (handle);
 
 C<guestfs_launch> and all of the actions including C<guestfs_sync>
-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</ERROR HANDLING> below for how to handle errors.