From: Fabiano FidĂȘncio Date: Mon, 29 Apr 2019 10:32:31 +0000 (+0200) Subject: docs: Fix typo in the firmware value X-Git-Tag: v5.3.0-rc2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e34b5938a97b1f50a375b12b8307e4cea98ee485;p=thirdparty%2Flibvirt.git docs: Fix typo in the firmware value firmware attribute from takes either 'efi' or 'bios' as its allowed values. However, the current documentation mistakenly mentions 'uefi' instead of 'efi'. Signed-off-by: Fabiano FidĂȘncio --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index d27ab07cbb..e1da878fcc 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -128,7 +128,7 @@
 ...
-<os firmware='uefi'>
+<os firmware='efi'>
   <type>hvm</type>
   <loader readonly='yes' secure='no' type='rom'>/usr/lib/xen/boot/hvmloader</loader>
   <nvram template='/usr/share/OVMF/OVMF_VARS.fd'>/var/lib/libvirt/nvram/guest_VARS.fd</nvram>