Corrected a wrong statement in wiki/QemuXorriso

This commit is contained in:
Thomas Schmitt 2011-11-16 13:34:32 +00:00
parent 1e07b5142b
commit f992bc9516
1 changed files with 2 additions and 5 deletions

View File

@ -256,11 +256,8 @@ Checkreading the result:
{{{
$ xorriso -md5 on -indev /dev/sr1 -check_md5_r sorry / --
}}}
The word "sorry" sets the severity of the event message, which is
emitted in case of MD5 mismatch. "sorry" will continue the checkreading
after mismatch, "failure" or "fatal" will end the xorriso run.
All three will cause a non-zero exit value of xorriso if a mismatch
occured.
The word "sorry" sets the severity class of the event message, which is
emitted in case of MD5 mismatch. (See man xorriso, "Exception processing".)
This should report on stderr
{{{