From: Michal Privoznik Date: Fri, 12 Sep 2014 11:18:32 +0000 (+0200) Subject: formatdomain: Update example to match the rest X-Git-Tag: CVE-2014-3633~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf7d0423c1ad79e45df4ddd1cb619603cf221e7;p=thirdparty%2Flibvirt.git formatdomain: Update example to match the rest At the beginning when I was inventing attributes and I've introduced this @readonly attribute to the loader element. It accepted values 'on' and 'off'. However, later, during the review process, that has changed to 'yes' and 'no', but the example XML snippet wasn't updated, so while the description is correct, the example isn't. Reported-by: Laszlo Ersek Signed-off-by: Michal Privoznik --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index a2ea758d57..5081be3c1e 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -102,7 +102,7 @@ ... <os> <type>hvm</type> - <loader readonly='on' type='rom'>/usr/lib/xen/boot/hvmloader</loader> + <loader readonly='yes' type='rom'>/usr/lib/xen/boot/hvmloader</loader> <nvram template='/usr/share/OVMF/OVMF_VARS.fd'>/var/lib/libvirt/nvram/guest_VARS.fd</nvram> <boot dev='hd'/> <boot dev='cdrom'/>