diff --git a/ChangeLog b/ChangeLog index e8b44286d3..93f60ae3f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 21 10:01:43 CEST 2009 Daniel Veillard + + * docs/formatstorage.html[.in]: fix a error in format type example + pointed out by Ryota Ozaki + Wed May 20 16:23:10 CEST 2009 Daniel Veillard * configure.in include/libvirt/libvirt.h[.in] diff --git a/docs/formatstorage.html b/docs/formatstorage.html index bec32d10ba..fc479917ed 100644 --- a/docs/formatstorage.html +++ b/docs/formatstorage.html @@ -330,7 +330,7 @@ ... <target> <path>/var/lib/virt/images/sparse.img</path> - <format>qcow2</format> + <format type='qcow2'/> <permissions> <owner>0744</owner> <group>0744</group> @@ -346,8 +346,8 @@ or directory pools it will provide the file format type, eg cow, qcow, vmdk, raw. If omitted when creating a volume, the pool's default format will be used. The actual format is specified via - the type. Consult the pool-specific docs for the - list of valid values. Since 0.4.1
permissions
Provides information about the default permissions to use + the type attribute. Consult the pool-specific docs for + the list of valid values. Since 0.4.1
permissions
Provides information about the default permissions to use when creating volumes. This is currently only useful for directory or filesystem based pools, where the volumes allocated are simple files. For pools where the volumes are device nodes, the hotplug diff --git a/docs/formatstorage.html.in b/docs/formatstorage.html.in index 2055f04278..60e2ebc3f0 100644 --- a/docs/formatstorage.html.in +++ b/docs/formatstorage.html.in @@ -234,7 +234,7 @@ ... <target> <path>/var/lib/virt/images/sparse.img</path> - <format>qcow2</format> + <format type='qcow2'/> <permissions> <owner>0744</owner> <group>0744</group> @@ -255,8 +255,8 @@ or directory pools it will provide the file format type, eg cow, qcow, vmdk, raw. If omitted when creating a volume, the pool's default format will be used. The actual format is specified via - the type. Consult the pool-specific docs for the - list of valid values. Since 0.4.1
+ the type attribute. Consult the pool-specific docs for + the list of valid values. Since 0.4.1
permissions
Provides information about the default permissions to use when creating volumes. This is currently only useful for directory