summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.pod7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 423dc10e..43b74603 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -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