]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: fix encryption format attribute in example
authorJán Tomko <jtomko@redhat.com>
Wed, 10 Sep 2014 07:25:40 +0000 (09:25 +0200)
committerJán Tomko <jtomko@redhat.com>
Wed, 10 Sep 2014 07:25:40 +0000 (09:25 +0200)
The correct attribute name is 'format', not 'type'.

https://bugzilla.redhat.com/show_bug.cgi?id=1139910

docs/formatstorageencryption.html.in

index 2b222371afaf445db1c7fb3fabf1191fb40a2a5c..04c334661476f06816d3f0611b1943ca9e94bd1f 100644 (file)
@@ -35,7 +35,7 @@
     </p>
     <h3><a name="StorageEncryptionDefault">"default" format</a></h3>
     <p>
-      <code>&lt;encryption type="default"/&gt;</code> can be specified only
+      <code>&lt;encryption format="default"/&gt;</code> can be specified only
       when creating a volume.  If the volume is successfully created, the
       encryption formats, parameters and secrets will be auto-generated by
       libvirt and the attached <code>encryption</code> tag will be updated.