]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Fix libvirt name in qemu commandline namespace URL
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 28 Feb 2012 16:30:30 +0000 (17:30 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 28 Feb 2012 16:30:30 +0000 (17:30 +0100)
s/libirt/libvirt/g

docs/drvqemu.html.in

index fc76829e6d4af4567c989326fa5118c99671d206..9afae13e1935dff3d728072e6a4a7aa3750bf286 100644 (file)
@@ -551,7 +551,7 @@ $ virsh domxml-to-native qemu-argv demo.xml
       (<span class="since">Since 0.8.3</span>).  In order to use the
       XML additions, it is necessary to issue an XML namespace request
       (the special <code>xmlns:<i>name</i></code> attribute) that
-      pulls in <code>http://libirt.org/schemas/domain/qemu/1.0</code>;
+      pulls in <code>http://libvirt.org/schemas/domain/qemu/1.0</code>;
       typically, the namespace is given the name
       of <code>qemu</code>.  With the namespace in place, it is then
       possible to add an element <code>&lt;qemu:commandline&gt;</code>
@@ -571,7 +571,7 @@ $ virsh domxml-to-native qemu-argv demo.xml
       </dl>
 
       <p>Example:</p><pre>
-&lt;domain type='qemu' xmlns:qemu='http://libirt.org/schemas/domain/qemu/1.0'&gt;
+&lt;domain type='qemu' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'&gt;
   &lt;name&gt;QEmu-fedora-i686&lt;/name&gt;
   &lt;memory&gt;219200&lt;/memory&gt;
   &lt;os&gt;