New command -application_use
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.3.1, Jul 03, 2013"
|
||||
@c man .TH XORRISO 1 "Version 1.3.1, Aug 04, 2013"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -3099,6 +3099,23 @@ The special text "@@xorriso@@" gets converted to the ID string of
|
||||
@*
|
||||
Unlike other ID strings, this setting is not influenced by image loading.
|
||||
@c man .TP
|
||||
@item -application_use character|0xXY|disk_path
|
||||
@kindex -application_use sets application use field
|
||||
@cindex Image, set application iuse field, -application_use
|
||||
Specify the content of the Application Use field which can take at most
|
||||
512 bytes.
|
||||
@*
|
||||
If the parameter of this command is empty, then the field is filled
|
||||
with 512 0-bytes. If it is a single character, then it gets repeated 512 times.
|
||||
If it begins by "0x" followed by two hex digits [0-9a-fA-F], then the digits
|
||||
are read as byte value which gets repeated 512 times.
|
||||
@*
|
||||
Any other parameter text is used as disk_path to open a data file and to
|
||||
read up to 512 bytes from it. If the file is smaller than 512 bytes, then the
|
||||
remaining bytes in the field get set to binary 0.
|
||||
@*
|
||||
This setting is not influenced by image loading.
|
||||
@c man .TP
|
||||
@item -out_charset character_set_name
|
||||
@kindex -out_charset sets output character set
|
||||
@cindex Character Set, for output, -out_charset
|
||||
|
Reference in New Issue
Block a user