From: Eric Blake Date: Sat, 31 Dec 2011 13:42:01 +0000 (-0700) Subject: docs: re-fix stray / X-Git-Tag: v0.9.9-rc2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc1b27e07eb6d8981bd930361e1863ef2176e47a;p=thirdparty%2Flibvirt.git docs: re-fix stray / Commit 6cb4acc reintroduced the bug fixed in commit d145fe3. * docs/formatdomain.html.in (elementsDisks): Fix again. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index d468299a50..18b7e223a1 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'/>