diff --git a/docs/storage.html.in b/docs/storage.html.in index ab1f880813..9291c69f32 100644 --- a/docs/storage.html.in +++ b/docs/storage.html.in @@ -90,10 +90,10 @@ A pool with a type of dir provides the means to manage files within a directory. The files can be fully allocated raw files, sparsely allocated raw files, or one of the special disk formats - such as qcow,qcow2,vmdk, - cow, etc as supported by the qemu-img - program. If the directory does not exist at the time the pool is - defined, the build operation can be used to create it. + such as qcow2, vmdk, etc as supported + by the qemu-img program. If the directory does not exist + at the time the pool is defined, the build + operation can be used to create it.

Example pool input definition

@@ -132,9 +132,8 @@ natively. When creating new volumes, only a subset may be available. The raw type is guaranteed always available. The qcow2 type can be created if - either qemu-img or qcow-create tools - are present. The others are dependent on support of the - qemu-img tool. + the qemu-img tool is present. The others are + dependent on support of the qemu-img tool.