Corrected a wrong statement in man xorriso about -check_media bad_limit=
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.3.5, Jan 15, 2014"
|
||||
.TH XORRISO 1 "Version 1.3.5, Jan 20, 2014"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -3997,7 +3997,7 @@ abort_file=/var/opt/xorriso/do_abort_check_media
|
||||
.br
|
||||
sector_map='' map_with_volid=off patch_lba0=off report=blocks
|
||||
.br
|
||||
bad_limit=valid slow_limit=1.0 chunk_size=0s async_chunks=0
|
||||
bad_limit=invalid slow_limit=1.0 chunk_size=0s async_chunks=0
|
||||
.br
|
||||
Option "reset=now" restores these startup defaults.
|
||||
.br
|
||||
@ -4073,6 +4073,10 @@ eject, in order to collect readable blocks whenever the drive is lucky enough
|
||||
to produce them. The stored file contains a human readable TOC of tracks
|
||||
and their start block addresses, followed by binary bitmap data.
|
||||
.br
|
||||
By default, untested blocks are not considered bad, but rather as intentionally
|
||||
unread. If you expect time_limit= or item_limit= to abort the run, then
|
||||
consider to use bad_limit="untested".
|
||||
.br
|
||||
\fBmap_with_volid="on"\fR
|
||||
examines tracks whether they are ISO images and
|
||||
prints their volume IDs into the human readable TOC of sector_map=.
|
||||
|
Reference in New Issue
Block a user