New command -toc_info_type
This commit is contained in:
@ -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.5.7, May 12, 2024"
|
||||
@c man .TH XORRISO 1 "Version 1.5.7, Jun 28, 2024"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -5207,6 +5207,7 @@ then both tables-of-content get shown.
|
||||
@c man .TP
|
||||
@item -toc_of "in"|"out"|"all"[":short"]
|
||||
@kindex -toc_of shows list of sessions
|
||||
@cindex Table-of-content, show parts of, -toc_of
|
||||
Like command -toc but explicitly choosing which drive's table-of-content
|
||||
to show. "in" shows -indev or -dev, "out" shows -outdev or -dev,
|
||||
"all" shows the same as -toc.
|
||||
@ -5217,6 +5218,22 @@ summary of drive state and medium content is printed.
|
||||
As further difference to -toc, this command does not emit FAILURE events
|
||||
if the desired drive is not acquired.
|
||||
@c man .TP
|
||||
@item -toc_info_type typetext
|
||||
@kindex -toc_info_type shows list of sessions
|
||||
@cindex Table-of-content, choose info to show, -toc_info_type
|
||||
Choose which information to show in the rightmost column of -toc and -toc_of.
|
||||
@*
|
||||
Type "volid" is the default. It shows the Volume Ids of the listed ISO
|
||||
sessions.
|
||||
@*
|
||||
Type "creation_time" or "ctime" chooses the Creation Times.
|
||||
@*
|
||||
Type "modification_time" or "mtime" chooses the Modification Times.
|
||||
@*
|
||||
Appending "_gmt" to a time type text causes the time information
|
||||
to be shown in ECMA-119 format YYYYMMDDhhmmsscc in timezone GMT. Else it is
|
||||
shown as timestamps YYYY.MM.DD.hhmmss in the local timezone of the system.
|
||||
@c man .TP
|
||||
@item -assess_indev_features "plain"|"cmd"|"as_mkisofs"|"replay"
|
||||
@kindex -assess_indev_features shows filesystem features
|
||||
@cindex Filesytem features, show, -assess_indev_features
|
||||
@ -5348,8 +5365,10 @@ This depends on medium type, number of recorded sessions, and drive habits.
|
||||
Print various ID strings and timestamps which can be found in loaded ISO
|
||||
images. Some of the IDs may be changed by commands like -volid or -publisher.
|
||||
For these IDs -pvd_info reports what would be written with the next -commit.
|
||||
The timestamps get not automatically propagated from loaded image to newly
|
||||
written image. The ones for new images may be set by command -volume_date.
|
||||
@*
|
||||
The timestamps get shown in ECMA-119 format YYYYMMDDhhmmsscc and timezone GMT.
|
||||
They do not get automatically propagated from loaded image to newly written
|
||||
image. The ones for new images may be set by command -volume_date.
|
||||
See there for the meaning of the particular timestamps.
|
||||
@c man .TP
|
||||
@item -report_el_torito mode
|
||||
|
Reference in New Issue
Block a user