[libvirt] [PATCH] docs: re-fix stray /

Eric Blake eblake at redhat.com
Sat Dec 31 13:45:25 UTC 2011


Commit 6cb4acc reintroduced the bug fixed in commit d145fe3.

* docs/formatdomain.html.in (elementsDisks): Fix again.
---

> So ACK, I'm pushing this, I just had to slightly rebase patch #4
> because the context in one of the documentation example XML changed
> slightly.

Except that you resolved the conflict in the wrong direction.  Oh well.
Pushing this under the trivial rule.

 docs/formatdomain.html.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index d468299..18b7e22 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -947,7 +947,7 @@
   <devices>
     <disk type='file' snapshot='external'>
       <driver name="tap" type="aio" cache="default"/>
-      <source file='/var/lib/xen/images/fv0'/ startupPolicy='optional'>
+      <source file='/var/lib/xen/images/fv0' startupPolicy='optional'>
         <seclabel relabel='no'/>
       </source>
       <target dev='hda' bus='ide'/>
-- 
1.7.7.4




More information about the libvir-list mailing list