From e2ef068cb7d18f0c0d4931f97332a38ea4ea2477 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 9 Sep 2010 13:52:32 +0100 Subject: [PATCH] guestfs: More accurate documentation for initial message. --- src/guestfs.pod | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/guestfs.pod b/src/guestfs.pod index 423dc10..43b7460 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) which indicates that the guest -and daemon is alive. This is what L waits for. +When the daemon launches it sends an initial word +(C) which indicates that the guest and daemon is +alive. This is what L waits for. =head1 MULTIPLE HANDLES AND MULTIPLE THREADS -- 1.8.3.1