]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Fix attribute name for virtio-rng backend
authorPeter Krempa <pkrempa@redhat.com>
Mon, 25 Feb 2013 22:03:21 +0000 (23:03 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 27 Feb 2013 10:04:40 +0000 (11:04 +0100)
docs/formatdomain.html.in

index 595f15174b6a055b6aef1db380ec6d06075c00f4..1835b39911b2ea4fbc09e411b6922a919017a5ec 100644 (file)
@@ -4314,7 +4314,7 @@ qemu-kvm -net nic,model=? /dev/null
           <li>'egd' &mdash; 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.
@@ -4323,7 +4323,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.