]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: storage: fix spacing when enumerating volume formats
authorJán Tomko <jtomko@redhat.com>
Sat, 15 Jun 2019 12:40:11 +0000 (14:40 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 17 Jun 2019 14:13:41 +0000 (16:13 +0200)
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 <jtomko@redhat.com>
docs/storage.html.in

index ab1f880813685ba2695659e206f6317bd2714412..9291c69f32fedfa6ea6f6cc6c71fc1075e180e2b 100644 (file)
       A pool with a type of <code>dir</code> 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 <code>qcow</code>,<code>qcow2</code>,<code>vmdk</code>,
-      <code>cow</code>, etc as supported  by the <code>qemu-img</code>
-      program. If the directory does not exist at the time the pool is
-      defined, the <code>build</code> operation can be used to create it.
+      such as <code>qcow2</code>, <code>vmdk</code>, etc as supported
+      by the <code>qemu-img</code> program. If the directory does not exist
+      at the time the pool is defined, the <code>build</code>
+      operation can be used to create it.
     </p>
 
     <h3>Example pool input definition</h3>
       natively. When creating new volumes, only a subset may be
       available. The <code>raw</code> type is guaranteed always
       available. The <code>qcow2</code> type can be created if
-      either <code>qemu-img</code> or <code>qcow-create</code> tools
-      are present. The others are dependent on support of the
-      <code>qemu-img</code> tool.
+      the <code>qemu-img</code> tool is present. The others are
+      dependent on support of the <code>qemu-img</code> tool.
 
     </p>