From 6481ed8de6bfc17f1e5ef8b965ecd375f34f24aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Sat, 15 Jun 2019 14:40:11 +0200 Subject: [PATCH] docs: storage: fix spacing when enumerating volume formats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/storage.html.in | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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.