[libvirt] [PATCH] docs: Fix closing tag in snapshot documentation

Christophe Fergeau cfergeau at redhat.com
Wed May 1 18:03:42 UTC 2013


Commit cc6d19f3 added text containing "<code>snapshot<code>" to
formatsnapshot.html.in. The closing tag is missing '/' which causes
the documentation to misrender.
---
Pushed under the trivial rule.


 docs/formatsnapshot.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatsnapshot.html.in b/docs/formatsnapshot.html.in
index b1e259f..2e830f8 100644
--- a/docs/formatsnapshot.html.in
+++ b/docs/formatsnapshot.html.in
@@ -147,7 +147,7 @@
             devices</a> specified for the domain at the time of the
             snapshot.  The attribute <code>snapshot</code> is
             optional, and the possible values are the same as the
-            <code>snapshot<code> attribute for
+            <code>snapshot</code> attribute for
              <a href="formatdomain.html#elementsDisks">disk devices</a>
             (<code>no</code>, <code>internal</code>,
             or <code>external</code>).  Some hypervisors like ESX
-- 
1.8.1.4




More information about the libvir-list mailing list