Corrected a wrong statement in man xorriso about -check_media bad_limit=
This commit is contained in:
parent
be38d186c0
commit
3540f23930
@ -9,7 +9,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" 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.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
@ -3997,7 +3997,7 @@ abort_file=/var/opt/xorriso/do_abort_check_media
|
|||||||
.br
|
.br
|
||||||
sector_map='' map_with_volid=off patch_lba0=off report=blocks
|
sector_map='' map_with_volid=off patch_lba0=off report=blocks
|
||||||
.br
|
.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
|
.br
|
||||||
Option "reset=now" restores these startup defaults.
|
Option "reset=now" restores these startup defaults.
|
||||||
.br
|
.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
|
to produce them. The stored file contains a human readable TOC of tracks
|
||||||
and their start block addresses, followed by binary bitmap data.
|
and their start block addresses, followed by binary bitmap data.
|
||||||
.br
|
.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
|
\fBmap_with_volid="on"\fR
|
||||||
examines tracks whether they are ISO images and
|
examines tracks whether they are ISO images and
|
||||||
prints their volume IDs into the human readable TOC of sector_map=.
|
prints their volume IDs into the human readable TOC of sector_map=.
|
||||||
|
@ -3496,7 +3496,7 @@ transmission errors.
|
|||||||
time_limit=28800 item_limit=100000 data_to=" event=ALL
|
time_limit=28800 item_limit=100000 data_to=" event=ALL
|
||||||
abort_file=/var/opt/xorriso/do_abort_check_media
|
abort_file=/var/opt/xorriso/do_abort_check_media
|
||||||
sector_map=" map_with_volid=off patch_lba0=off report=blocks
|
sector_map=" map_with_volid=off patch_lba0=off report=blocks
|
||||||
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
|
||||||
Option "reset=now" restores these startup defaults.
|
Option "reset=now" restores these startup defaults.
|
||||||
Non-default options are:
|
Non-default options are:
|
||||||
|
|
||||||
@ -3562,6 +3562,10 @@ transmission errors.
|
|||||||
whenever the drive is lucky enough to produce them. The
|
whenever the drive is lucky enough to produce them. The
|
||||||
stored file contains a human readable TOC of tracks and their
|
stored file contains a human readable TOC of tracks and their
|
||||||
start block addresses, followed by binary bitmap data.
|
start block addresses, followed by binary bitmap data.
|
||||||
|
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".
|
||||||
map_with_volid="on"
|
map_with_volid="on"
|
||||||
examines tracks whether they are ISO images and prints their
|
examines tracks whether they are ISO images and prints their
|
||||||
volume IDs into the human readable TOC of sector_map=.
|
volume IDs into the human readable TOC of sector_map=.
|
||||||
@ -4931,8 +4935,8 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
|||||||
* -cdx sets working directory on disk: Navigate. (line 16)
|
* -cdx sets working directory on disk: Navigate. (line 16)
|
||||||
* -changes_pending overrides change status: Writing. (line 13)
|
* -changes_pending overrides change status: Writing. (line 13)
|
||||||
* -charset sets input/output character set: Charset. (line 54)
|
* -charset sets input/output character set: Charset. (line 54)
|
||||||
* -check_md5 verifies file checksum: Verify. (line 154)
|
* -check_md5 verifies file checksum: Verify. (line 158)
|
||||||
* -check_md5_r verifies file tree checksums: Verify. (line 170)
|
* -check_md5_r verifies file tree checksums: Verify. (line 174)
|
||||||
* -check_media reads media block by block: Verify. (line 21)
|
* -check_media reads media block by block: Verify. (line 21)
|
||||||
* -check_media_defaults sets -check_media options: Verify. (line 41)
|
* -check_media_defaults sets -check_media options: Verify. (line 41)
|
||||||
* -chgrp sets group in ISO image: Manip. (line 57)
|
* -chgrp sets group in ISO image: Manip. (line 57)
|
||||||
@ -5402,8 +5406,8 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
|||||||
* Verify, compare ISO and disk file, -compare: Navigate. (line 146)
|
* Verify, compare ISO and disk file, -compare: Navigate. (line 146)
|
||||||
* Verify, compare ISO and disk tree, -compare_r: Navigate. (line 159)
|
* Verify, compare ISO and disk tree, -compare_r: Navigate. (line 159)
|
||||||
* Verify, compare ISO and disk, -compare_l: Navigate. (line 164)
|
* Verify, compare ISO and disk, -compare_l: Navigate. (line 164)
|
||||||
* Verify, file checksum, -check_md5: Verify. (line 154)
|
* Verify, file checksum, -check_md5: Verify. (line 158)
|
||||||
* Verify, file tree checksums, -check_md5_r: Verify. (line 170)
|
* Verify, file tree checksums, -check_md5_r: Verify. (line 174)
|
||||||
* Verify, preset -check_media, -check_media_defaults: Verify. (line 41)
|
* Verify, preset -check_media, -check_media_defaults: Verify. (line 41)
|
||||||
* Write, block size, -dvd_obs: SetWrite. (line 333)
|
* Write, block size, -dvd_obs: SetWrite. (line 333)
|
||||||
* Write, bootability, -boot_image: Bootable. (line 27)
|
* Write, bootability, -boot_image: Bootable. (line 27)
|
||||||
@ -5463,32 +5467,32 @@ Node: DialogCtl159366
|
|||||||
Node: Inquiry161964
|
Node: Inquiry161964
|
||||||
Node: Navigate168281
|
Node: Navigate168281
|
||||||
Node: Verify176579
|
Node: Verify176579
|
||||||
Node: Restore185611
|
Node: Restore185843
|
||||||
Node: Emulation192698
|
Node: Emulation192930
|
||||||
Node: Scripting203000
|
Node: Scripting203232
|
||||||
Node: Frontend210771
|
Node: Frontend211003
|
||||||
Node: Examples220378
|
Node: Examples220610
|
||||||
Node: ExDevices221556
|
Node: ExDevices221788
|
||||||
Node: ExCreate222215
|
Node: ExCreate222447
|
||||||
Node: ExDialog223500
|
Node: ExDialog223732
|
||||||
Node: ExGrowing224765
|
Node: ExGrowing224997
|
||||||
Node: ExModifying225570
|
Node: ExModifying225802
|
||||||
Node: ExBootable226074
|
Node: ExBootable226306
|
||||||
Node: ExCharset226626
|
Node: ExCharset226858
|
||||||
Node: ExPseudo227518
|
Node: ExPseudo227750
|
||||||
Node: ExCdrecord228416
|
Node: ExCdrecord228648
|
||||||
Node: ExMkisofs228733
|
Node: ExMkisofs228965
|
||||||
Node: ExGrowisofs230073
|
Node: ExGrowisofs230305
|
||||||
Node: ExException231208
|
Node: ExException231440
|
||||||
Node: ExTime231662
|
Node: ExTime231894
|
||||||
Node: ExIncBackup232121
|
Node: ExIncBackup232353
|
||||||
Node: ExRestore236101
|
Node: ExRestore236333
|
||||||
Node: ExRecovery237034
|
Node: ExRecovery237266
|
||||||
Node: Files237604
|
Node: Files237836
|
||||||
Node: Seealso238903
|
Node: Seealso239135
|
||||||
Node: Bugreport239626
|
Node: Bugreport239858
|
||||||
Node: Legal240207
|
Node: Legal240439
|
||||||
Node: CommandIdx241218
|
Node: CommandIdx241450
|
||||||
Node: ConceptIdx257880
|
Node: ConceptIdx258112
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
@c man .\" First parameter, NAME, should be all caps
|
@c man .\" First parameter, NAME, should be all caps
|
||||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||||
@c man .TH XORRISO 1 "Version 1.3.5, Jan 15, 2014"
|
@c man .TH XORRISO 1 "Version 1.3.5, Jan 20, 2014"
|
||||||
@c man .\" Please adjust this date whenever revising the manpage.
|
@c man .\" Please adjust this date whenever revising the manpage.
|
||||||
@c man .\"
|
@c man .\"
|
||||||
@c man .\" Some roff macros, for reference:
|
@c man .\" Some roff macros, for reference:
|
||||||
@ -4679,7 +4679,7 @@ abort_file=/var/opt/xorriso/do_abort_check_media
|
|||||||
@*
|
@*
|
||||||
sector_map='' map_with_volid=off patch_lba0=off report=blocks
|
sector_map='' map_with_volid=off patch_lba0=off report=blocks
|
||||||
@*
|
@*
|
||||||
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
|
||||||
@*
|
@*
|
||||||
Option "reset=now" restores these startup defaults.
|
Option "reset=now" restores these startup defaults.
|
||||||
@*
|
@*
|
||||||
@ -4757,6 +4757,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
|
to produce them. The stored file contains a human readable TOC of tracks
|
||||||
and their start block addresses, followed by binary bitmap data.
|
and their start block addresses, followed by binary bitmap data.
|
||||||
@*
|
@*
|
||||||
|
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".
|
||||||
|
@*
|
||||||
@item map_with_volid="on"
|
@item map_with_volid="on"
|
||||||
examines tracks whether they are ISO images and
|
examines tracks whether they are ISO images and
|
||||||
prints their volume IDs into the human readable TOC of sector_map=.
|
prints their volume IDs into the human readable TOC of sector_map=.
|
||||||
|
Loading…
Reference in New Issue
Block a user