New -compliance options only_iso_version, no_j_force_dots
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 "Apr 12, 2010"
|
||||
.TH XORRISO 1 "Apr 13, 2010"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -1910,7 +1910,9 @@ can be revoked individually by appending "_off". Like "deep_paths_off".
|
||||
.br
|
||||
Rule keywords are:
|
||||
.br
|
||||
"omit_version" do not add versions (";1") to ISO file names.
|
||||
"omit_version" do not add versions (";1") to ISO and Joliet file names.
|
||||
.br
|
||||
"only_iso_version" do not add versions (";1") to Joliet file names.
|
||||
.br
|
||||
"deep_paths" allow ISO file paths deeper than 8 levels.
|
||||
.br
|
||||
@ -1920,6 +1922,8 @@ Rule keywords are:
|
||||
.br
|
||||
"no_force_dots" do not add a dot to ISO file names which have none.
|
||||
.br
|
||||
"no_j_force_dots" do not add a dot to Joliet file names which have none.
|
||||
.br
|
||||
"lowercase" allow lowercase characters in ISO file names.
|
||||
.br
|
||||
"full_ascii" allow all ASCII characters in ISO file names.
|
||||
@ -1943,7 +1947,9 @@ rather than as official extension under SUSP-1.12.
|
||||
.br
|
||||
Default setting is
|
||||
.br
|
||||
"clear:deep_paths:long_paths:always_gmt:old_rr".
|
||||
"clear:only_iso_version:deep_paths:long_paths:no_j_force_dots:
|
||||
.br
|
||||
always_gmt:old_rr".
|
||||
.br
|
||||
Note: The term "ISO file" means the plain ISO 9660 names and attributes
|
||||
which get visible if the reader ignores Rock Ridge.
|
||||
|
Reference in New Issue
Block a user