From: Richard Jones <rjones@redhat.com>
Date: Thu, 9 Sep 2010 12:52:32 +0000 (+0100)
Subject: guestfs: More accurate documentation for initial message.
X-Git-Tag: 1.4.6~26
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=66c783609639822d2d66248d5fd86d818f1d2a5f;p=libguestfs.git

guestfs: More accurate documentation for initial message.
(cherry picked from commit e2ef068cb7d18f0c0d4931f97332a38ea4ea2477)
---

diff --git a/src/guestfs.pod b/src/guestfs.pod
index d23cae8..630379c 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -1317,10 +1317,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