From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrkgp-00030k-LC for qemu-devel@nongnu.org; Tue, 03 Jun 2014 05:07:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wrkgj-000170-H0 for qemu-devel@nongnu.org; Tue, 03 Jun 2014 05:07:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41735) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wrkgj-00016u-9Y for qemu-devel@nongnu.org; Tue, 03 Jun 2014 05:07:21 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5397Ku4001807 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 3 Jun 2014 05:07:20 -0400 Date: Tue, 3 Jun 2014 11:07:15 +0200 From: Kevin Wolf Message-ID: <20140603090715.GB3264@noname.str.redhat.com> References: <1401740121-15506-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1401740121-15506-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] qemu-img: Document check exit codes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi , Markus Armbruster Am 02.06.2014 um 22:15 hat Max Reitz geschrieben: > The exit code 63 (check not supported by image format) was not even > documented in the comment above the check command in the source code; > add it, as it does indeed seem useful. > > Also, document all of check's exit codes in the manpage. > > Signed-off-by: Max Reitz > Reported-by: Markus Armbruster > Reviewed-by: Eric Blake > --- > v2: Fixed spelling mistakes [Eric] Reviewed-by: Kevin Wolf