From: Ján Tomko Date: Sat, 15 Jun 2019 12:40:11 +0000 (+0200) Subject: docs: storage: fix spacing when enumerating volume formats X-Git-Tag: v5.5.0-rc1~252 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6481ed8de6bfc17f1e5ef8b965ecd375f34f24aa;p=thirdparty%2Flibvirt.git docs: storage: fix spacing when enumerating volume formats There was a space missing after 'qcow'. Delete 'qcow' and 'cow' as examples to make the document more relevant for the current decade. Signed-off-by: Ján Tomko --- 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.