From: Ján Tomko Date: Wed, 10 Sep 2014 07:25:40 +0000 (+0200) Subject: docs: fix encryption format attribute in example X-Git-Tag: CVE-2014-3633~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10af1f23f0a31d75429b48adeccad61d9c4eb95a;p=thirdparty%2Flibvirt.git docs: fix encryption format attribute in example The correct attribute name is 'format', not 'type'. https://bugzilla.redhat.com/show_bug.cgi?id=1139910 --- diff --git a/docs/formatstorageencryption.html.in b/docs/formatstorageencryption.html.in index 2b222371af..04c3346614 100644 --- a/docs/formatstorageencryption.html.in +++ b/docs/formatstorageencryption.html.in @@ -35,7 +35,7 @@

"default" format

- <encryption type="default"/> can be specified only + <encryption format="default"/> 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 encryption tag will be updated.