---
docs/schemas/capability.rng | 3 +--
docs/schemas/nodedev.rng | 4 ----
docs/schemas/storagepool.rng | 3 +--
docs/schemas/storagevol.rng | 3 +--
4 files changed, 3 insertions(+), 10 deletions(-)
diff --git a/docs/schemas/capability.rng b/docs/schemas/capability.rng
index 775bbdb..1e3c5f3 100644
--- a/docs/schemas/capability.rng
+++ b/docs/schemas/capability.rng
@@ -1,7 +1,6 @@
-<!-- A Relax NG schema for the libvirt node device XML format -->
+<!-- A Relax NG schema for the libvirt capabilities XML format -->
<grammar
xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
- <!-- We handle only document defining a domain -->
<start>
<ref name='capabilities'/>
</start>
diff --git a/docs/schemas/nodedev.rng b/docs/schemas/nodedev.rng
index 78bd6a8..7060274 100644
--- a/docs/schemas/nodedev.rng
+++ b/docs/schemas/nodedev.rng
@@ -1,14 +1,10 @@
<!-- A Relax NG schema for the libvirt node device XML format -->
<grammar
xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
- <!-- We handle only document defining a domain -->
<start>
<ref name='device'/>
</start>
- <!--
- We handle only document defining a domain
- -->
<define name='device'>
<element name="device">
<!-- The name of the network, used to refer to it through the API
diff --git a/docs/schemas/storagepool.rng b/docs/schemas/storagepool.rng
index e152e19..d225f97 100644
--- a/docs/schemas/storagepool.rng
+++ b/docs/schemas/storagepool.rng
@@ -1,7 +1,6 @@
-<!-- A Relax NG schema for the libvirt node device XML format -->
+<!-- A Relax NG schema for the libvirt storage pool XML format -->
<grammar
xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
- <!-- We handle only document defining a domain -->
<start>
<ref name='pool'/>
</start>
diff --git a/docs/schemas/storagevol.rng b/docs/schemas/storagevol.rng
index 7dc7876..5b0b038 100644
--- a/docs/schemas/storagevol.rng
+++ b/docs/schemas/storagevol.rng
@@ -1,7 +1,6 @@
-<!-- A Relax NG schema for the libvirt node device XML format -->
+<!-- A Relax NG schema for the libvirt storage volume XML format -->
<grammar
xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
- <!-- We handle only document defining a domain -->
<start>
<ref name='vol'/>
</start>