Reacted on some of the complaints of codespell
This commit is contained in:
@ -176,7 +176,7 @@ struct FindjoB {
|
||||
52= show_stream_id
|
||||
53= internal: show_hfs_cmd , controlled by xorriso->show_hfs_cmd*
|
||||
54= internal: truncate_names
|
||||
55= internal: unique_trunc_test lenght
|
||||
55= internal: unique_trunc_test length
|
||||
test for not uniquely truncatable names,
|
||||
result delivered in XorrisO.find_unique_trunc_result
|
||||
56= like 54 but tolerating existing truncated names
|
||||
|
@ -4039,7 +4039,7 @@ int Xorriso_hfsplus_file_creator_type(struct XorrisO *xorriso, char *path,
|
||||
bit1= Revoke any blessing of the node, regardless of parameter
|
||||
blessing. If node is NULL, then revoke all blessings.
|
||||
bit2= Only check parameter blessing.
|
||||
Return blessing index + 1 instead of issueing the blessing.
|
||||
Return blessing index + 1 instead of issuing the blessing.
|
||||
bit3= With bit2:
|
||||
Allow blessing "any" and map to index ISO_HFSPLUS_BLESS_MAX.
|
||||
Elsewise, blessing "none" is mapped to ISO_HFSPLUS_BLESS_MAX.
|
||||
|
@ -124,7 +124,7 @@ int Xorriso_startup_libraries(struct XorrisO *xorriso, int flag)
|
||||
|
||||
|
||||
/* First an ugly compile time check for header version compatibility.
|
||||
If everthing matches, then no C code is produced. In case of mismatch,
|
||||
If everything matches, then no C code is produced. In case of mismatch,
|
||||
intentionally faulty C code will be inserted.
|
||||
*/
|
||||
|
||||
|
@ -2093,7 +2093,7 @@ int Xorriso_option_close_filter_list(struct XorrisO *xorriso, int flag)
|
||||
|
||||
/* Option -commit */
|
||||
/* @param flag bit0= leave indrive and outdrive acquired as they were,
|
||||
i.e. do not aquire outdrive as new in-out-drive
|
||||
i.e. do not acquire outdrive as new in-out-drive
|
||||
bit1= do not perform eventual -reassure
|
||||
@return <=0 error , 1 success, 2 revoked by -reassure , 3 no change pending
|
||||
*/
|
||||
|
@ -685,7 +685,7 @@ int Xorriso_cmd_sorting_rank(struct XorrisO *xorriso,
|
||||
"* Character sets:",
|
||||
"charset", "local_charset",
|
||||
|
||||
"* Aquiring source and target drive:",
|
||||
"* Acquiring source and target drive:",
|
||||
"dev", "indev", "outdev",
|
||||
|
||||
"* Drive and media related inquiry actions (2):",
|
||||
@ -923,7 +923,7 @@ ex:
|
||||
bit1= these are command line arguments
|
||||
(for xorriso->argument_emulation)
|
||||
bit2= Only execute the one command argv[*idx] and advance
|
||||
*idx to the next command if sucessful. Then return.
|
||||
*idx to the next command if successful. Then return.
|
||||
*/
|
||||
int Xorriso_interpreter(struct XorrisO *xorriso,
|
||||
int argc, char **argv, int *idx, int flag)
|
||||
|
@ -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.4.5, Jul 03, 2016"
|
||||
.TH XORRISO 1 "Version 1.4.5, Jul 20, 2016"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2549,7 +2549,7 @@ as reported by the drive. They would be chosen by \-read_speed "min" or
|
||||
"52xCD", "24xDVD", "20xBD".
|
||||
.TP
|
||||
\fB\-close_damaged\fR "as_needed"|"force"
|
||||
Try to close the upcomming track and session if the drive reported the medium
|
||||
Try to close the upcoming track and session if the drive reported the medium
|
||||
as damaged. This may apply to CD\-R, CD\-RW, DVD\-R, DVD\-RW, DVD+R, DVD+R DL,
|
||||
or BD\-R media. It is indicated by warning messages when the drive gets
|
||||
acquired, and by a remark "but next track is damaged" with the line
|
||||
@ -5212,7 +5212,7 @@ into lines which tell their structure.
|
||||
The first line tells the return value of Xorriso_sieve_get_result().
|
||||
The next line tells the number of strings. Each string begins by a line that
|
||||
tells the number of lines of the string. Then follow these lines. They are to
|
||||
be concatenated with a newline character inbetween each of them.
|
||||
be concatenated with a newline character between each of them.
|
||||
Finally the number of still available recorded results of the given name
|
||||
is put out.
|
||||
.br
|
||||
@ -5241,7 +5241,7 @@ input lines minus one tells xorriso how many newline characters are
|
||||
part of the input text.
|
||||
.br
|
||||
The announced number of text lines will be read from dialog input,
|
||||
concatenated with a newline character inbetween each of them,
|
||||
concatenated with a newline character between each of them,
|
||||
and submitted to Xorriso_parse_line() as parameter line.
|
||||
Note that newlines outside of quotation marks are
|
||||
interpreted as separators if the separators parameter is empty.
|
||||
@ -5251,7 +5251,7 @@ into lines which tell their structure.
|
||||
The first line tells the return value of Xorriso_parse_line().
|
||||
The next line tells the number of strings. Each string begins by a line that
|
||||
tells the number of lines of the string. Then follow these lines. They are to
|
||||
be concatenated with a newline character inbetween each of them.
|
||||
be concatenated with a newline character between each of them.
|
||||
.br
|
||||
If \-backslash_codes "encode_output" is enabled, then the strings undergo
|
||||
encoding as if they were enclosed in quotes. Escpecially each string
|
||||
@ -5272,11 +5272,11 @@ issue.
|
||||
.br
|
||||
\fBparse_silently\fR
|
||||
.br
|
||||
Like "parse" but not issueing a prompting message. Confusing to humans.
|
||||
Like "parse" but not issuing a prompting message. Confusing to humans.
|
||||
.br
|
||||
\fBparse_bulk_silently\fR
|
||||
.br
|
||||
Like "parse_bulk" but not issueing a prompting message. Confusing to humans.
|
||||
Like "parse_bulk" but not issuing a prompting message. Confusing to humans.
|
||||
.br
|
||||
\fBcompare_sev\fR
|
||||
.br
|
||||
|
@ -346,7 +346,7 @@ int Xorriso_program_arg_bsl(struct XorrisO *xorriso, int argc, char ***argv,
|
||||
which where set with Xorriso_new(), or argument
|
||||
arranging.
|
||||
bit2= Only execute the one command argv[*idx] and advance
|
||||
*idx to the next command if sucessful. Then return.
|
||||
*idx to the next command if successful. Then return.
|
||||
This prevents any argument arranging.
|
||||
@since 1.2.2
|
||||
bit3= With bit1 and not bit2:
|
||||
|
@ -2168,7 +2168,7 @@ File: xorriso.info, Node: Writing, Next: SetWrite, Prev: Filter, Up: Command
|
||||
-read_speed "min" or "max" if they undercut or surpass the built-in
|
||||
limits. These are "1x", "52xCD", "24xDVD", "20xBD".
|
||||
-close_damaged "as_needed"|"force"
|
||||
Try to close the upcomming track and session if the drive reported
|
||||
Try to close the upcoming track and session if the drive reported
|
||||
the medium as damaged. This may apply to CD-R, CD-RW, DVD-R,
|
||||
DVD-RW, DVD+R, DVD+R DL, or BD-R media. It is indicated by warning
|
||||
messages when the drive gets acquired, and by a remark "but next
|
||||
@ -4358,7 +4358,7 @@ File: xorriso.info, Node: Frontend, Next: ExDevices, Prev: Scripting, Up: Co
|
||||
line tells the number of strings. Each string begins by a line
|
||||
that tells the number of lines of the string. Then follow these
|
||||
lines. They are to be concatenated with a newline character
|
||||
inbetween each of them. Finally the number of still available
|
||||
between each of them. Finally the number of still available
|
||||
recorded results of the given name is put out.
|
||||
*clear_sieve*
|
||||
Dispose all recorded strings and continue watching program
|
||||
@ -4377,7 +4377,7 @@ File: xorriso.info, Node: Frontend, Next: ExDevices, Prev: Scripting, Up: Co
|
||||
Xorriso_parse_line(). The number of input lines minus one tells
|
||||
xorriso how many newline characters are part of the input text.
|
||||
The announced number of text lines will be read from dialog input,
|
||||
concatenated with a newline character inbetween each of them, and
|
||||
concatenated with a newline character between each of them, and
|
||||
submitted to Xorriso_parse_line() as parameter line. Note that
|
||||
newlines outside of quotation marks are interpreted as separators
|
||||
if the separators parameter is empty.
|
||||
@ -4386,8 +4386,7 @@ File: xorriso.info, Node: Frontend, Next: ExDevices, Prev: Scripting, Up: Co
|
||||
return value of Xorriso_parse_line(). The next line tells the
|
||||
number of strings. Each string begins by a line that tells the
|
||||
number of lines of the string. Then follow these lines. They are
|
||||
to be concatenated with a newline character inbetween each of them.
|
||||
|
||||
to be concatenated with a newline character between each of them.
|
||||
If -backslash_codes "encode_output" is enabled, then the strings
|
||||
undergo encoding as if they were enclosed in quotes. Escpecially
|
||||
each string will be put out as a single result line.
|
||||
@ -4403,10 +4402,10 @@ File: xorriso.info, Node: Frontend, Next: ExDevices, Prev: Scripting, Up: Co
|
||||
hand, large transactions of command, input texts, and results are
|
||||
desirable if connection latency is an issue.
|
||||
*parse_silently*
|
||||
Like "parse" but not issueing a prompting message. Confusing to
|
||||
Like "parse" but not issuing a prompting message. Confusing to
|
||||
humans.
|
||||
*parse_bulk_silently*
|
||||
Like "parse_bulk" but not issueing a prompting message. Confusing
|
||||
Like "parse_bulk" but not issuing a prompting message. Confusing
|
||||
to humans.
|
||||
*compare_sev*
|
||||
The parameter_text should contain two comma separated severity
|
||||
@ -5192,7 +5191,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
||||
* -jigdo clears JTE or or adds parameter to JTE: Jigdo. (line 33)
|
||||
* -joliet enables production of Joliet tree: SetWrite. (line 10)
|
||||
* -launch_frontend starts frontend program at pipes: Frontend.
|
||||
(line 142)
|
||||
(line 141)
|
||||
* -list_arg_sorting prints sorting order of -x: ArgSort. (line 26)
|
||||
* -list_delimiter replaces '--': Scripting. (line 55)
|
||||
* -list_extras lists compile time extra features: Scripting. (line 24)
|
||||
@ -5224,7 +5223,7 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
||||
* -msg_op perform operations on program messages: Frontend. (line 27)
|
||||
* -mv renames files in ISO image: Manip. (line 37)
|
||||
* -mv renames single file in ISO image: Manip. (line 31)
|
||||
* -named_pipe_loop enters EOF resistant dialog: Frontend. (line 120)
|
||||
* -named_pipe_loop enters EOF resistant dialog: Frontend. (line 119)
|
||||
* -not_leaf sets exclusion pattern: SetInsert. (line 59)
|
||||
* -not_list sets exclusions from disk file: SetInsert. (line 63)
|
||||
* -not_mgt controls file exclusion: SetInsert. (line 22)
|
||||
@ -5247,8 +5246,8 @@ File: xorriso.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: Top
|
||||
* -print_info prints message text line: Scripting. (line 104)
|
||||
* -print_mark prints synchronizing text line: Scripting. (line 106)
|
||||
* -print_size predicts image size: Inquiry. (line 85)
|
||||
* -prog sets program name: Frontend. (line 177)
|
||||
* -prog_help prints help text: Frontend. (line 179)
|
||||
* -prog sets program name: Frontend. (line 176)
|
||||
* -prog_help prints help text: Frontend. (line 178)
|
||||
* -prompt prompts for enter key: Scripting. (line 110)
|
||||
* -publisher sets publisher id: SetWrite. (line 186)
|
||||
* -pvd_info shows image id strings: Inquiry. (line 107)
|
||||
@ -5372,7 +5371,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Dialog, bring text into history, -history: Scripting. (line 42)
|
||||
* Dialog, confirmation question, -reassure: DialogCtl. (line 29)
|
||||
* Dialog, enable dialog mode, -dialog: DialogCtl. (line 7)
|
||||
* Dialog, EOF resistant, -named_pipe_loop: Frontend. (line 120)
|
||||
* Dialog, EOF resistant, -named_pipe_loop: Frontend. (line 119)
|
||||
* Dialog, line editing, -use_readline: DialogCtl. (line 26)
|
||||
* Dialog, terminal geometry, -page: DialogCtl. (line 18)
|
||||
* Directories, copy, -cp_clone: Insert. (line 181)
|
||||
@ -5418,7 +5417,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Filter, zisofs parameters, -zisofs: SetWrite. (line 274)
|
||||
* Filter, _definition: Filter. (line 6)
|
||||
* Frontend program, start at pipes, -launch_frontend: Frontend.
|
||||
(line 142)
|
||||
(line 141)
|
||||
* GPT, _definition: Extras. (line 39)
|
||||
* Group, global in ISO image, -gid: SetWrite. (line 271)
|
||||
* Group, in ISO image, -chgrp: Manip. (line 49)
|
||||
@ -5545,7 +5544,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Program, end without writing, -rollback_end: Scripting. (line 154)
|
||||
* Program, list extra features, -list_extras: Scripting. (line 24)
|
||||
* Program, print help text, -help: Scripting. (line 19)
|
||||
* Program, print help text, -prog_help: Frontend. (line 179)
|
||||
* Program, print help text, -prog_help: Frontend. (line 178)
|
||||
* Program, print message text line, -print_info: Scripting. (line 104)
|
||||
* Program, print result text line, -print: Scripting. (line 102)
|
||||
* Program, print synchronizing text line, -print_mark: Scripting.
|
||||
@ -5553,7 +5552,7 @@ File: xorriso.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
|
||||
* Program, print version, -version: Scripting. (line 22)
|
||||
* Program, prompt for enter key, -prompt: Scripting. (line 110)
|
||||
* Program, replace --, -list_delimiter: Scripting. (line 55)
|
||||
* Program, set name, -prog: Frontend. (line 177)
|
||||
* Program, set name, -prog: Frontend. (line 176)
|
||||
* Program, show current settings, -status: Scripting. (line 44)
|
||||
* Program, status history, -status_history_max: Scripting. (line 52)
|
||||
* Program, wait a time span, -sleep: Scripting. (line 113)
|
||||
@ -5653,41 +5652,41 @@ Node: Manip72612
|
||||
Node: CmdFind82395
|
||||
Node: Filter100698
|
||||
Node: Writing105320
|
||||
Node: SetWrite115477
|
||||
Node: Bootable138521
|
||||
Node: Jigdo162314
|
||||
Node: Charset166573
|
||||
Node: Exception169902
|
||||
Node: DialogCtl176031
|
||||
Node: Inquiry178633
|
||||
Node: Navigate187083
|
||||
Node: Verify195378
|
||||
Node: Restore205256
|
||||
Node: Emulation213869
|
||||
Node: Scripting224279
|
||||
Node: Frontend232062
|
||||
Node: Examples241697
|
||||
Node: ExDevices242875
|
||||
Node: ExCreate243536
|
||||
Node: ExDialog244836
|
||||
Node: ExGrowing246107
|
||||
Node: ExModifying246916
|
||||
Node: ExBootable247426
|
||||
Node: ExCharset247981
|
||||
Node: ExPseudo248877
|
||||
Node: ExCdrecord249804
|
||||
Node: ExMkisofs250124
|
||||
Node: ExGrowisofs251481
|
||||
Node: ExException252635
|
||||
Node: ExTime253093
|
||||
Node: ExIncBackup253551
|
||||
Node: ExRestore257577
|
||||
Node: ExRecovery258523
|
||||
Node: Files259095
|
||||
Node: Seealso260429
|
||||
Node: Bugreport261144
|
||||
Node: Legal261735
|
||||
Node: CommandIdx262747
|
||||
Node: ConceptIdx279862
|
||||
Node: SetWrite115476
|
||||
Node: Bootable138520
|
||||
Node: Jigdo162313
|
||||
Node: Charset166572
|
||||
Node: Exception169901
|
||||
Node: DialogCtl176030
|
||||
Node: Inquiry178632
|
||||
Node: Navigate187082
|
||||
Node: Verify195377
|
||||
Node: Restore205255
|
||||
Node: Emulation213868
|
||||
Node: Scripting224278
|
||||
Node: Frontend232061
|
||||
Node: Examples241687
|
||||
Node: ExDevices242865
|
||||
Node: ExCreate243526
|
||||
Node: ExDialog244826
|
||||
Node: ExGrowing246097
|
||||
Node: ExModifying246906
|
||||
Node: ExBootable247416
|
||||
Node: ExCharset247971
|
||||
Node: ExPseudo248867
|
||||
Node: ExCdrecord249794
|
||||
Node: ExMkisofs250114
|
||||
Node: ExGrowisofs251471
|
||||
Node: ExException252625
|
||||
Node: ExTime253083
|
||||
Node: ExIncBackup253541
|
||||
Node: ExRestore257567
|
||||
Node: ExRecovery258513
|
||||
Node: Files259085
|
||||
Node: Seealso260419
|
||||
Node: Bugreport261134
|
||||
Node: Legal261725
|
||||
Node: CommandIdx262737
|
||||
Node: ConceptIdx279852
|
||||
|
||||
End Tag Table
|
||||
|
@ -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.4.5, Jul 03, 2016"
|
||||
@c man .TH XORRISO 1 "Version 1.4.5, Jul 20, 2016"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -2999,7 +2999,7 @@ as reported by the drive. They would be chosen by -read_speed "min" or
|
||||
@item -close_damaged "as_needed"|"force"
|
||||
@kindex -close_damaged closes damaged track and session
|
||||
@cindex Damaged track and session, close, -close_damaged
|
||||
Try to close the upcomming track and session if the drive reported the medium
|
||||
Try to close the upcoming track and session if the drive reported the medium
|
||||
as damaged. This may apply to CD-R, CD-RW, DVD-R, DVD-RW, DVD+R, DVD+R DL,
|
||||
or BD-R media. It is indicated by warning messages when the drive gets
|
||||
acquired, and by a remark "but next track is damaged" with the line
|
||||
@ -6041,7 +6041,7 @@ into lines which tell their structure.
|
||||
The first line tells the return value of Xorriso_sieve_get_result().
|
||||
The next line tells the number of strings. Each string begins by a line that
|
||||
tells the number of lines of the string. Then follow these lines. They are to
|
||||
be concatenated with a newline character inbetween each of them.
|
||||
be concatenated with a newline character between each of them.
|
||||
Finally the number of still available recorded results of the given name
|
||||
is put out.
|
||||
@*
|
||||
@ -6070,7 +6070,7 @@ input lines minus one tells xorriso how many newline characters are
|
||||
part of the input text.
|
||||
@*
|
||||
The announced number of text lines will be read from dialog input,
|
||||
concatenated with a newline character inbetween each of them,
|
||||
concatenated with a newline character between each of them,
|
||||
and submitted to Xorriso_parse_line() as parameter line.
|
||||
Note that newlines outside of quotation marks are
|
||||
interpreted as separators if the separators parameter is empty.
|
||||
@ -6080,7 +6080,7 @@ into lines which tell their structure.
|
||||
The first line tells the return value of Xorriso_parse_line().
|
||||
The next line tells the number of strings. Each string begins by a line that
|
||||
tells the number of lines of the string. Then follow these lines. They are to
|
||||
be concatenated with a newline character inbetween each of them.
|
||||
be concatenated with a newline character between each of them.
|
||||
@*
|
||||
If -backslash_codes "encode_output" is enabled, then the strings undergo
|
||||
encoding as if they were enclosed in quotes. Escpecially each string
|
||||
@ -6101,11 +6101,11 @@ issue.
|
||||
@*
|
||||
@strong{parse_silently}
|
||||
@*
|
||||
Like "parse" but not issueing a prompting message. Confusing to humans.
|
||||
Like "parse" but not issuing a prompting message. Confusing to humans.
|
||||
@*
|
||||
@strong{parse_bulk_silently}
|
||||
@*
|
||||
Like "parse_bulk" but not issueing a prompting message. Confusing to humans.
|
||||
Like "parse_bulk" but not issuing a prompting message. Confusing to humans.
|
||||
@*
|
||||
@strong{compare_sev}
|
||||
@*
|
||||
|
@ -300,7 +300,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int cache_tile_blocks;
|
||||
int cache_default; /* bit0= cache_num_tiles, bit1= cache_tile_blocks */
|
||||
|
||||
int do_calm_drive; /* bit0= calm down drive after aquiring it */
|
||||
int do_calm_drive; /* bit0= calm down drive after acquiring it */
|
||||
|
||||
char indev[SfileadrL];
|
||||
void *in_drive_handle; /* interpreted only by libburnia oriented modules */
|
||||
@ -611,7 +611,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
int structured_search;
|
||||
/* 0= flat text search
|
||||
1= '/' is a significant separator that cannot be matched by wildcards
|
||||
( 2= like 1 : but report only occurence in tree, no payload, no location )
|
||||
( 2= like 1 : but report only occurrence in tree, no payload, no location )
|
||||
( 3= like 2 : but report first content level of matching directories )
|
||||
4= actually not structured but unique find mode (with search_mode 4)
|
||||
*/
|
||||
@ -629,7 +629,7 @@ struct XorrisO { /* the global context of xorriso */
|
||||
bit1= parameter too (else rekursion only)
|
||||
bit2= whole subtree banned (else only exact path)
|
||||
bit3= when comparing ignore excluded files rather
|
||||
than to treat them as truely missing on disk
|
||||
than to treat them as truly missing on disk
|
||||
*/
|
||||
|
||||
struct ExclusionS *iso_rr_hidings;
|
||||
|
@ -1 +1 @@
|
||||
#define Xorriso_timestamP "2016.07.16.111233"
|
||||
#define Xorriso_timestamP "2016.07.20.083654"
|
||||
|
Reference in New Issue
Block a user