guestfs: More accurate documentation for initial message.
authorRichard Jones <rjones@redhat.com>
Thu, 9 Sep 2010 12:52:32 +0000 (13:52 +0100)
committerRichard Jones <rjones@redhat.com>
Thu, 9 Sep 2010 12:52:32 +0000 (13:52 +0100)
src/guestfs.pod

index 423dc10..43b7460 100644 (file)
@@ -1522,10 +1522,9 @@ parameters, but with the roles of daemon and library reversed.
 
 =head3 INITIAL MESSAGE
 
-Because the underlying channel (QEmu -net channel) doesn't have any
-sort of connection control, when the daemon launches it sends an
-initial word (C<GUESTFS_LAUNCH_FLAG>) which indicates that the guest
-and daemon is alive.  This is what L</guestfs_launch> waits for.
+When the daemon launches it sends an initial word
+(C<GUESTFS_LAUNCH_FLAG>) which indicates that the guest and daemon is
+alive.  This is what L</guestfs_launch> waits for.
 
 =head1 MULTIPLE HANDLES AND MULTIPLE THREADS