[libvirt] [PATCH 2/4] docs: Fix attribute name for virtio-rng backend

Peter Krempa pkrempa at redhat.com
Mon Feb 25 22:31:12 UTC 2013


---
 docs/formatdomain.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 12c9468..2a60f61 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -4328,7 +4328,7 @@ qemu-kvm -net nic,model=? /dev/null
           <li>'egd' — a EGD protocol backend</li>
         </ul>
       </dd>
-      <dt><code>backend type='random'</code></dt>
+      <dt><code>backend model='random'</code></dt>
       <dd>
         <p>
           This backend type expects a non-blocking character device as input.
@@ -4337,7 +4337,7 @@ qemu-kvm -net nic,model=? /dev/null
           When no file name is specified the hypervisor default is used.
         </p>
       </dd>
-      <dt><code>backend type='egd'</code></dt>
+      <dt><code>backend model='egd'</code></dt>
       <dd>
         <p>
           This backend connects to a source using the EGD protocol.
-- 
1.8.1.1




More information about the libvir-list mailing list