Corrected a wrong statement in man xorriso about -check_media bad_limit=

This commit is contained in:
Thomas Schmitt 2014-01-20 18:42:51 +00:00
parent 39ce9a03d3
commit 734930bdd4
3 changed files with 48 additions and 36 deletions

View File

@ -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=.

View File

@ -3496,7 +3496,7 @@ transmission errors.
time_limit=28800 item_limit=100000 data_to=" event=ALL
abort_file=/var/opt/xorriso/do_abort_check_media
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.
Non-default options are:
@ -3562,6 +3562,10 @@ transmission errors.
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.
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"
examines tracks whether they are ISO images and prints their
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)
* -changes_pending overrides change status: Writing. (line 13)
* -charset sets input/output character set: Charset. (line 54)
* -check_md5 verifies file checksum: Verify. (line 154)
* -check_md5_r verifies file tree checksums: Verify. (line 170)
* -check_md5 verifies file checksum: Verify. (line 158)
* -check_md5_r verifies file tree checksums: Verify. (line 174)
* -check_media reads media block by block: Verify. (line 21)
* -check_media_defaults sets -check_media options: Verify. (line 41)
* -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 tree, -compare_r: Navigate. (line 159)
* Verify, compare ISO and disk, -compare_l: Navigate. (line 164)
* Verify, file checksum, -check_md5: Verify. (line 154)
* Verify, file tree checksums, -check_md5_r: Verify. (line 170)
* Verify, file checksum, -check_md5: Verify. (line 158)
* Verify, file tree checksums, -check_md5_r: Verify. (line 174)
* Verify, preset -check_media, -check_media_defaults: Verify. (line 41)
* Write, block size, -dvd_obs: SetWrite. (line 333)
* Write, bootability, -boot_image: Bootable. (line 27)
@ -5463,32 +5467,32 @@ Node: DialogCtl159366
Node: Inquiry161964
Node: Navigate168281
Node: Verify176579
Node: Restore185611
Node: Emulation192698
Node: Scripting203000
Node: Frontend210771
Node: Examples220378
Node: ExDevices221556
Node: ExCreate222215
Node: ExDialog223500
Node: ExGrowing224765
Node: ExModifying225570
Node: ExBootable226074
Node: ExCharset226626
Node: ExPseudo227518
Node: ExCdrecord228416
Node: ExMkisofs228733
Node: ExGrowisofs230073
Node: ExException231208
Node: ExTime231662
Node: ExIncBackup232121
Node: ExRestore236101
Node: ExRecovery237034
Node: Files237604
Node: Seealso238903
Node: Bugreport239626
Node: Legal240207
Node: CommandIdx241218
Node: ConceptIdx257880
Node: Restore185843
Node: Emulation192930
Node: Scripting203232
Node: Frontend211003
Node: Examples220610
Node: ExDevices221788
Node: ExCreate222447
Node: ExDialog223732
Node: ExGrowing224997
Node: ExModifying225802
Node: ExBootable226306
Node: ExCharset226858
Node: ExPseudo227750
Node: ExCdrecord228648
Node: ExMkisofs228965
Node: ExGrowisofs230305
Node: ExException231440
Node: ExTime231894
Node: ExIncBackup232353
Node: ExRestore236333
Node: ExRecovery237266
Node: Files237836
Node: Seealso239135
Node: Bugreport239858
Node: Legal240439
Node: CommandIdx241450
Node: ConceptIdx258112

End Tag Table

View File

@ -50,7 +50,7 @@
@c man .\" First parameter, NAME, should be all caps
@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 .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 .\"
@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
@*
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.
@*
@ -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
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"
examines tracks whether they are ISO images and
prints their volume IDs into the human readable TOC of sector_map=.