From 5fafdf24ef2c090c164d4dc89684b3f379dbdd87 Mon Sep 17 00:00:00 2001 From: ths Date: Sun, 16 Sep 2007 21:08:06 +0000 Subject: find -type f | xargs sed -i 's/[\t ]$//g' # on most files git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3173 c046a42c-6fe2-441c-8c8c-71466251a162 --- qemu-img.texi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'qemu-img.texi') diff --git a/qemu-img.texi b/qemu-img.texi index bf49ec99da..5b99dff0aa 100644 --- a/qemu-img.texi +++ b/qemu-img.texi @@ -18,11 +18,11 @@ Command parameters: @table @var @item filename is a disk image filename -@item base_image +@item base_image is the read-only disk image which is used as base for a copy on write image; the copy on write image only stores the modified data -@item fmt +@item fmt is the disk image format. It is guessed automatically in most cases. The following formats are supported: @table @code @@ -53,19 +53,19 @@ Linux Compressed Loop image, useful only to reuse directly compressed CD-ROM images present for example in the Knoppix CD-ROMs. @end table -@item size +@item size is the disk image size in kilobytes. Optional suffixes @code{M} -(megabyte) and @code{G} (gigabyte) are supported +(megabyte) and @code{G} (gigabyte) are supported @item output_filename -is the destination disk image filename +is the destination disk image filename @item output_fmt is the destination format @item -c indicates that target image must be compressed (qcow format only) -@item -e +@item -e indicates that the target image must be encrypted (qcow format only) @end table @@ -75,7 +75,7 @@ Command description: @item create [-e] [-b @var{base_image}] [-f @var{fmt}] @var{filename} [@var{size}] Create the new disk image @var{filename} of size @var{size} and format -@var{fmt}. +@var{fmt}. If @var{base_image} is specified, then the image will record only the differences from @var{base_image}. No size needs to be specified in -- cgit v1.2.1