From 954e315d217af39fb09467f228fb7e03a0530d10 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 12 Feb 2013 11:56:16 +0000 Subject: [PATCH] faq: Fix some small typos in section on virt-sparsify. --- examples/guestfs-faq.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod index 8f8a30a0d..77747fa95 100644 --- a/examples/guestfs-faq.pod +++ b/examples/guestfs-faq.pod @@ -480,7 +480,7 @@ full size of the virtual disk If the input to L is raw, then the output will be raw sparse. Make sure you are measuring the output with a tool which -understands sparseness such as C. It can make a huge difference: +understands sparseness such as C. It can make a huge difference: $ ls -lh test1.img -rw-rw-r--. 1 rjones rjones 100M Aug 8 08:08 test1.img @@ -489,8 +489,8 @@ understands sparseness such as C. It can make a huge difference: (Compare the apparent size B<100M> vs the actual size B<3.6M>) -If all this confuses you, use a non-sparse output by specifying the -I<--convert> option, eg: +If all this confuses you, use a non-sparse output format by specifying +the I<--convert> option, eg: virt-sparsify --convert qcow2 disk.raw disk.qcow2