The comment for the <video> tag was a cut+paste error duplicating
info about the <graphics> tag
* docs/schemas/domain.rng: Fix comment for <video> tag
---
docs/schemas/domain.rng | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/docs/schemas/domain.rng b/docs/schemas/domain.rng
index a934a77..aaf9667 100644
--- a/docs/schemas/domain.rng
+++ b/docs/schemas/domain.rng
@@ -1149,10 +1149,8 @@
</element>
</define>
<!--
- A graphic description, currently in Xen only 2 types are supported:
- - sdl with optional display, xauth and fullscreen
- - vnc with a required port and optional listen IP address, password
- and keymap
+ A video adapter description, allowing configuration of device
+ model, number of virtual heads, and video ram size
-->
<define name="video">
<element name="video">
--
1.7.2.3