Changed appearance of -show_stream, fixed bug introduced with rev 2575

This commit is contained in:
2009-04-06 14:31:07 +00:00
parent fb25ceaeb0
commit f116dc1abd
3 changed files with 50 additions and 28 deletions

View File

@ -2400,18 +2400,22 @@ composed from disk_path by replacing disk_prefix by iso_rr_prefix.
\fB\-show_stream\fR iso_rr_path [***]
Display the content stream chain of data files in the ISO image. The chain
consists of the iso_rr_name and one or more streams, separated by " < " marks.
A stream consists of one or more texts in ''-quotation marks, eventually
separated by "." characters. The first text describes the stream type,
the following ones describe its individual properties.
A stream consists of one or more texts eventually in ''-quotation marks,
eventually separated by ":" characters. The first text describes the stream
type, the following ones describe its individual properties.
Frequently used types are:
.br
'disk'.'disk_path' for local filesystem objects.
disk:'disk_path' for local filesystem objects.
.br
'image'.'iso_rr_path' for ISO image file objects.
image:'iso_rr_path' for ISO image file objects.
.br
'cout'.'disk_path offset count' for -cut_out files.
cout:'disk_path offset count' for -cut_out files.
.br
'extf'.'filter_name' for external filters.
extf:'filter_name' for external filters.
.br
Example:
.br
'/abc/xyz.gz' < extf:'gzip' < disk:'/home/me/x'
.TP
\fB\-show_stream_r\fR iso_rr_path [***]
Like -show_stream but working recursively.