New command -joliet_map
This commit is contained in:
@ -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.5.3, Nov 15, 2020"
|
||||
.TH XORRISO 1 "Version 1.5.3, Nov 20, 2020"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1054,13 +1054,14 @@ Command \-xattr "user" after command \-for_backup excludes non\-user attributes
|
||||
from being recorded or restored.
|
||||
.TP
|
||||
\fB\-ecma119_map\fR "stripped"|"unmapped"|"lowercase"|"uppercase"
|
||||
Choose the conversion of file names from the loaded session if neither
|
||||
a Rock Ridge name nor a Joliet name was read from the session.
|
||||
Choose the conversion of file names when a session gets loaded, if they stem
|
||||
neither from a Rock Ridge name nor from a Joliet name.
|
||||
.br
|
||||
Mode "stripped" is the default. It shows the names as found in the ISO but
|
||||
removes trailing ";1" or ".;1" if present.
|
||||
.br
|
||||
Mode "unmapped" shows names as found without removing characters.
|
||||
Warning: Multi\-session converts "xyz;1" to "xyz_1" and maybe adds new ";1".
|
||||
.br
|
||||
Mode "lowercase" is like "stripped" but also maps uppercase letters to
|
||||
lowercase letters. This is compatible to default GNU/Linux mount behavior.
|
||||
@ -1068,6 +1069,15 @@ lowercase letters. This is compatible to default GNU/Linux mount behavior.
|
||||
Mode "uppercase" is like "stripped" but maps lowercase letters to uppercase,
|
||||
if any occur despite the prescriptions of ECMA\-119.
|
||||
.TP
|
||||
\fB\-joliet_map\fR "stripped"|"unmapped"
|
||||
Choose the conversion of file names when a session gets loaded from a Joliet
|
||||
tree.
|
||||
.br
|
||||
Mode "stripped" is the default. It removes trailing ";1" or ".;1" if present.
|
||||
.br
|
||||
Mode "unmapped" shows names as found without removing characters.
|
||||
Warning: Multi\-session converts "xyz;1" to "xyz_1" and maybe adds new ";1".
|
||||
.TP
|
||||
\fB\-iso_nowtime\fR "dynamic"|timestring
|
||||
Choose whether to use the current time ("dynamic") or a fixed time point
|
||||
for timestamps of ISO 9660 nodes without a disk source file and as default
|
||||
|
Reference in New Issue
Block a user