From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MDCVI-0004gV-6u for qemu-devel@nongnu.org; Sun, 07 Jun 2009 03:09:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MDCVD-0004bi-NN for qemu-devel@nongnu.org; Sun, 07 Jun 2009 03:09:15 -0400 Received: from [199.232.76.173] (port=34809 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MDCVD-0004bL-Iv for qemu-devel@nongnu.org; Sun, 07 Jun 2009 03:09:11 -0400 Received: from mail-bw0-f223.google.com ([209.85.218.223]:39839) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MDCVB-0002SQ-PP for qemu-devel@nongnu.org; Sun, 07 Jun 2009 03:09:09 -0400 Received: by bwz23 with SMTP id 23so2010927bwz.34 for ; Sun, 07 Jun 2009 00:09:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20090606234217.GA19443@miranda.arrow> References: <20090606234217.GA19443@miranda.arrow> Date: Sun, 7 Jun 2009 10:09:08 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH] Use hxtool for qemu-img command list From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stuart Brady Cc: qemu-devel@nongnu.org On 6/7/09, Stuart Brady wrote: > Use hxtool to generate the 'command syntax' section of qemu-img's help > message, and the corresponding section of the texinfo documentation. > > This has the side-effect of adding 'check' to this list of commands in > the texinfo documentation. > > Signed-off-by: Stuart Brady Thanks, applied.