Re: [Qemu-devel] [PATCH] qemu-img: Document check exit codes

2014-06-02 Thread Max Reitz
On 02.06.2014 21:45, Eric Blake wrote: On 06/02/2014 01:31 PM, Max Reitz wrote: 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 cod

Re: [Qemu-devel] [PATCH] qemu-img: Document check exit codes

2014-06-02 Thread Eric Blake
On 06/02/2014 01:31 PM, Max Reitz wrote: > 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-o

[Qemu-devel] [PATCH] qemu-img: Document check exit codes

2014-06-02 Thread Max Reitz
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 ---