Blob Blame History Raw
From ff3aa39778764b4880e783b9d6d067de057aaca8 Mon Sep 17 00:00:00 2001
From: Pavel Hrdina <phrdina@redhat.com>
Date: Fri, 19 Jun 2015 16:14:28 +0200
Subject: [RHEL-7.2 virt-manager PATCH 1/2] doc: make --sparse documentation in
 man page consistent

Commit 549c93be fixed a man page to make --sparse documentation
consistent, but it forget to updated also the next paragraph.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1210572

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
(cherry picked from commit 3a3a1d5bd455c600ba3f3b1cd172df10bfeb72de)
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
---
 man/virt-install.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/virt-install.pod b/man/virt-install.pod
index dd6896f..bc6ae21 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -592,7 +592,7 @@ whether to skip fully allocating newly created storage. Value is 'yes' or
 'no'. Default is 'yes' (do not fully allocate) unless it isn't
 supported by the underlying storage type.
 
-The initial time taken to fully-allocate the guest virtual disk (sparse=false)
+The initial time taken to fully-allocate the guest virtual disk (sparse=no)
 will be usually balanced by faster install times inside the guest. Thus
 use of this option is recommended to ensure consistently high performance
 and to avoid I/O errors in the guest should the host filesystem fill up.
-- 
2.4.4