[libvirt] [PATCH] docs: Fix typo

Osier Yang jyang at redhat.com
Wed Mar 7 04:05:05 UTC 2012


It used "&lt" for ">", reported by Kyla Zhang <weizhan at redhat.com>

--
Pushed under trivial rule.
---
 docs/formatdomain.html.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 6434ae5..42f38d3 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1096,9 +1096,9 @@
     </disk>
     <disk type='block' device='lun'>
       <driver name='qemu' type='raw'/>
-      <source dev='/dev/sda'/<
-      <target dev='sda' bus='scsi'/<
-      <address type='drive' controller='0' bus='0' target='3' unit='0'/<
+      <source dev='/dev/sda'/>
+      <target dev='sda' bus='scsi'/>
+      <address type='drive' controller='0' bus='0' target='3' unit='0'/>
     </disk>
   </devices>
   ...</pre>
-- 
1.7.1




More information about the libvir-list mailing list