From 41e7c244a705ba252c69576011f76f40188b6541 Mon Sep 17 00:00:00 2001 Message-Id: <41e7c244a705ba252c69576011f76f40188b6541@dist-git> From: Michal Privoznik Date: Thu, 18 Sep 2014 11:45:36 +0200 Subject: [PATCH] formatdomain: Update example to match the rest https://bugzilla.redhat.com/show_bug.cgi?id=1026772 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 (cherry picked from commit dcf7d0423c1ad79e45df4ddd1cb619603cf221e7) Signed-off-by: Jiri Denemark --- docs/formatdomain.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index a3ab5cf..b947848 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'/> -- 2.1.0