diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-09 13:52:32 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-09 13:52:32 +0100 |
commit | e2ef068cb7d18f0c0d4931f97332a38ea4ea2477 (patch) | |
tree | a7c42bade7fce14e46a0610a9b08dffadeced4ec | |
parent | 6d9f8f5c140c3116fb0292fcf73f560812c7d5fb (diff) | |
download | libguestfs-e2ef068cb7d18f0c0d4931f97332a38ea4ea2477.tar.gz libguestfs-e2ef068cb7d18f0c0d4931f97332a38ea4ea2477.tar.xz libguestfs-e2ef068cb7d18f0c0d4931f97332a38ea4ea2477.zip |
guestfs: More accurate documentation for initial message.
-rw-r--r-- | src/guestfs.pod | 7 |
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 |