From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOtTG-0001X5-Av for qemu-devel@nongnu.org; Tue, 02 Sep 2014 15:10:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOtT8-0006R8-8f for qemu-devel@nongnu.org; Tue, 02 Sep 2014 15:10:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOtT8-0006Qx-1p for qemu-devel@nongnu.org; Tue, 02 Sep 2014 15:10:18 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s82JAHmN029876 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 2 Sep 2014 15:10:17 -0400 Message-ID: <54061616.3070401@redhat.com> Date: Tue, 02 Sep 2014 21:10:14 +0200 From: Max Reitz MIME-Version: 1.0 References: <1409652063-32336-1-git-send-email-stefanha@redhat.com> <1409652063-32336-2-git-send-email-stefanha@redhat.com> In-Reply-To: <1409652063-32336-2-git-send-email-stefanha@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/2] qemu-img: clarify src_cache option documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Kevin Wolf , jenelson@redhat.com, Fam Zheng On 02.09.2014 12:01, Stefan Hajnoczi wrote: > The source cache option takes the same values as the cache option. The > documentation reads a little strange because it starts with "In contrast > the src_cache option ...". The fact that this is comparing with the > previous documented option (the 'cache' option) is implicit. Readers > may be confused, especially if they jump to src_cache without reading > cache documentation first. > > Suggested-by: Jeff Nelson > Signed-off-by: Stefan Hajnoczi > --- > qemu-img.c | 3 ++- > qemu-img.texi | 5 +++-- > 2 files changed, 5 insertions(+), 3 deletions(-) Reviewed-by: Max Reitz