From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49931) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TczDp-0006hT-GR for qemu-devel@nongnu.org; Mon, 26 Nov 2012 08:59:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TczDj-0002Qs-QU for qemu-devel@nongnu.org; Mon, 26 Nov 2012 08:59:41 -0500 Received: from mx1.redhat.com ([209.132.183.28]:28031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TczDj-0002Qh-Ir for qemu-devel@nongnu.org; Mon, 26 Nov 2012 08:59:35 -0500 Message-ID: <50B375C4.5050000@redhat.com> Date: Mon, 26 Nov 2012 14:59:32 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1353936109-10877-1-git-send-email-kwolf@redhat.com> <1353936109-10877-3-git-send-email-kwolf@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1.3 v3 2/2] Documentation: Update image format information List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel , Stefan Hajnoczi Am 26.11.2012 14:53, schrieb Stefan Hajnoczi: > On Mon, Nov 26, 2012 at 2:21 PM, Kevin Wolf wrote: >> +@table @option >> +@item raw >> + >> +Raw disk image format). This format has the advantage of > > s/format)/format/ > > Otherwise, looks good. Thanks for catching this typo. Fixed it locally and applied both patches to the block branch for 1.3. Kevin