Corrected rank of -checkmedia quality "md5_mismatch"
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Version 1.4.9, Mar 23, 2018"
|
||||
.TH XORRISO 1 "Version 1.4.9, Aug 31, 2018"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -4652,7 +4652,7 @@ have an \-indev and a loaded image. ":force" may be appended after the number.
|
||||
\fBbad_limit=threshold\fR
|
||||
sets the highest quality which shall be considered as damage.
|
||||
Choose one of "good", "md5_match", "slow", "partial", "valid", "untested",
|
||||
"invalid", "tao_end", "off_track", "md5_mismatch", "unreadable".
|
||||
"md5_mismatch", "invalid", "tao_end", "off_track", "unreadable".
|
||||
.br
|
||||
"valid" and "invalid" are qualities imported from a sector_map file.
|
||||
"tao_end" and "off_track" are intentionally not readable, but not bad either.
|
||||
@ -4660,6 +4660,8 @@ Choose one of "good", "md5_match", "slow", "partial", "valid", "untested",
|
||||
supposed to be ok but stem from a suspicious neighborhood.
|
||||
.br
|
||||
"md5_match" and "md5_mismatch" regions overlap with regions of other quality.
|
||||
The former is a strong confirmation for quality, the latter only tells that
|
||||
one or more blocks of the region must be wrong.
|
||||
.br
|
||||
\fBslow_limit=threshold\fR
|
||||
sets the time threshold for a single read chunk to be considered
|
||||
@ -6126,7 +6128,7 @@ Libreadline, a comfortable input line facility
|
||||
.TP
|
||||
Other programs which produce ISO 9660 images
|
||||
.BR mkisofs(8),
|
||||
.BR genisoimage(8)
|
||||
.BR genisoimage(1)
|
||||
.TP
|
||||
Other programs which burn sessions to optical media
|
||||
.BR growisofs(1),
|
||||
|
Reference in New Issue
Block a user