New -compliance options only_iso_version, no_j_force_dots

This commit is contained in:
2010-04-13 10:40:22 +00:00
parent 5475f1751c
commit f7ef290ac6
5 changed files with 113 additions and 79 deletions

View File

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