From: Peter Krempa Date: Mon, 25 Feb 2013 22:03:21 +0000 (+0100) Subject: docs: Fix attribute name for virtio-rng backend X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4db199fc4cfbb330b4dd1c01e471191a0d62efbb;p=libvirt.git docs: Fix attribute name for virtio-rng backend --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 595f15174b..1835b39911 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -4314,7 +4314,7 @@ qemu-kvm -net nic,model=? /dev/null
  • 'egd' — a EGD protocol backend
  • -
    backend type='random'
    +
    backend model='random'

    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.

    -
    backend type='egd'
    +
    backend model='egd'

    This backend connects to a source using the EGD protocol.