From d145fe3bb3657c61c797d8d83ea1fe573163e780 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 23 Dec 2011 12:02:13 -0700 Subject: [PATCH] docs: remove stray / Commit e5a84d74 added a new attribute in the wrong location; commit c8b9fa74 fixed the missing / at the end but not the extra / in the middle. * docs/formatdomain.html.in (elementsDisks): Fix another typo. --- docs/formatdomain.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 06181b1ba9..928d9e6629 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'/> <target dev='hda' bus='ide'/> <iotune> <total_bytes_sec>10000000</total_bytes_sec> -- GitLab