[libvirt] [PATCH] docs: fix missing forward slash

Jianwei Hu jiahu at redhat.com
Thu Aug 14 10:17:41 UTC 2014


   Should like below:
    <interface type='server'>
      <mac address='52:54:00:22:c9:42'/>
      <source address='192.168.0.1' port='5558'/>
    </interface>
    ...
    <interface type='client'>
      <mac address='52:54:00:8b:c9:51'/>
      <source address='192.168.0.1' port='5558'/>
    </interface>
---
 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 bd99ae0..ed17389 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3701,12 +3701,12 @@
   ...
   <devices>
     <interface type='server'>
-      <mac address='52:54:00:22:c9:42'>
+      <mac address='52:54:00:22:c9:42'/>
       <source address='192.168.0.1' port='5558'/>
     </interface>
     ...
     <interface type='client'>
-      <mac address='52:54:00:8b:c9:51'>
+      <mac address='52:54:00:8b:c9:51'/>
       <source address='192.168.0.1' port='5558'/>
     </interface>
   </devices>
-- 
1.8.3.1




More information about the libvir-list mailing list