From 4db199fc4cfbb330b4dd1c01e471191a0d62efbb Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Mon, 25 Feb 2013 23:03:21 +0100 Subject: [PATCH] docs: Fix attribute name for virtio-rng backend --- 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 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. -- 2.39.5