New -check_media option what=image

This commit is contained in:
2011-07-25 09:59:12 +00:00
parent 076d8d1eb8
commit 2d7ac24525
6 changed files with 83 additions and 63 deletions

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.1.3, Jul 12, 2011"
@c man .TH XORRISO 1 "Version 1.1.3, Jul 24, 2011"
@c man .\" Please adjust this date whenever revising the manpage.
@c man .\"
@c man .\" Some roff macros, for reference:
@ -4059,6 +4059,10 @@ sector_map= and processes this virtual outcome.
@item what="disc"
scans the payload range of a media without respecting track gaps.
@*
@item what="image"
similar to "disc", but restricts scanning to the range of the ISO 9660 image,
if present.
@*
@item min_lba=limit
omits all blocks with addresses lower than limit.
@*