Fixed typos reported by lintian
This commit is contained in:
parent
3824adfaa5
commit
070fe173f7
@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/wish
|
#!/usr/bin/wish
|
||||||
#
|
#
|
||||||
# xorriso-tcltk
|
# xorriso-tcltk
|
||||||
# Copyright (C) 2012 - 2015
|
# Copyright (C) 2012 - 2016
|
||||||
# Thomas Schmitt <scdbackup@gmx.net>, libburnia project.
|
# Thomas Schmitt <scdbackup@gmx.net>, libburnia project.
|
||||||
# Provided under BSD license: Use, modify, and distribute as you like.
|
# Provided under BSD license: Use, modify, and distribute as you like.
|
||||||
#
|
#
|
||||||
@ -4638,7 +4638,7 @@ higher will show up, nevertheless."
|
|||||||
}
|
}
|
||||||
if {$what == "Recent problem:"} {
|
if {$what == "Recent problem:"} {
|
||||||
return \
|
return \
|
||||||
"The \"Recent problem:\" field shows the most severe event message that occured
|
"The \"Recent problem:\" field shows the most severe event message that occurred
|
||||||
during the execution of the most recent command. It also displays the most
|
during the execution of the most recent command. It also displays the most
|
||||||
recent problem message from the frontend program itself.
|
recent problem message from the frontend program itself.
|
||||||
|
|
||||||
@ -4648,7 +4648,7 @@ manually transmitted command and the major GUI gestures will do.
|
|||||||
}
|
}
|
||||||
if {$what == "Worst problem:"} {
|
if {$what == "Worst problem:"} {
|
||||||
return \
|
return \
|
||||||
"The \"Worst problem:\" field shows the most severe event message that occured
|
"The \"Worst problem:\" field shows the most severe event message that occurred
|
||||||
since last time the \"Clear\" button was hit. It will not clear automatically."
|
since last time the \"Clear\" button was hit. It will not clear automatically."
|
||||||
}
|
}
|
||||||
if {$what == "Clear"} {
|
if {$what == "Clear"} {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
Class struct of libisoburn.
|
Class struct of libisoburn.
|
||||||
|
|
||||||
Copyright 2007 - 2015 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
|
Copyright 2007 - 2016 Vreixo Formoso Lopes <metalpain2002@yahoo.es>
|
||||||
and Thomas Schmitt <scdbackup@gmx.net>
|
and Thomas Schmitt <scdbackup@gmx.net>
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
*/
|
*/
|
||||||
@ -112,7 +112,7 @@ struct isoburn {
|
|||||||
*/
|
*/
|
||||||
enum burn_disc_status fabricated_disc_status;
|
enum burn_disc_status fabricated_disc_status;
|
||||||
|
|
||||||
/* To be set if read errors occured during media evaluation.
|
/* To be set if read errors occurred during media evaluation.
|
||||||
*/
|
*/
|
||||||
int media_read_error;
|
int media_read_error;
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||||
|
|
||||||
Copyright 2007-2014 Thomas Schmitt, <scdbackup@gmx.net>
|
Copyright 2007-2016 Thomas Schmitt, <scdbackup@gmx.net>
|
||||||
|
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ handle_error:;
|
|||||||
handle_abort:;
|
handle_abort:;
|
||||||
if(strcmp(lpt, link_path)!=0) {
|
if(strcmp(lpt, link_path)!=0) {
|
||||||
sprintf(xorriso->info_text,
|
sprintf(xorriso->info_text,
|
||||||
"Problem occured with intermediate path : ");
|
"Problem occurred with intermediate path : ");
|
||||||
Text_shellsafe(lpt, xorriso->info_text, 1);
|
Text_shellsafe(lpt, xorriso->info_text, 1);
|
||||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "NOTE", 0);
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||||
|
|
||||||
Copyright 2007-2015 Thomas Schmitt, <scdbackup@gmx.net>
|
Copyright 2007-2016 Thomas Schmitt, <scdbackup@gmx.net>
|
||||||
|
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
|
|
||||||
@ -338,7 +338,7 @@ int Xorriso_aquire_drive(struct XorrisO *xorriso, char *adr, char *show_adr,
|
|||||||
if(flag & 128)
|
if(flag & 128)
|
||||||
sprintf(xorriso->info_text,"Cannot re-assess drive '%s'", adr);
|
sprintf(xorriso->info_text,"Cannot re-assess drive '%s'", adr);
|
||||||
else
|
else
|
||||||
sprintf(xorriso->info_text,"Cannot aquire drive '%s'", adr);
|
sprintf(xorriso->info_text,"Cannot acquire drive '%s'", adr);
|
||||||
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
|
Xorriso_msgs_submit(xorriso, 0, xorriso->info_text, 0, "FAILURE", 0);
|
||||||
ret= 0; goto ex;
|
ret= 0; goto ex;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||||
|
|
||||||
Copyright 2007-2015 Thomas Schmitt, <scdbackup@gmx.net>
|
Copyright 2007-2016 Thomas Schmitt, <scdbackup@gmx.net>
|
||||||
|
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
|
|
||||||
@ -2284,12 +2284,12 @@ int Xorriso_option_help(struct XorrisO *xorriso, int flag)
|
|||||||
"",
|
"",
|
||||||
"General commands:",
|
"General commands:",
|
||||||
" -help Print this text",
|
" -help Print this text",
|
||||||
" -abort_on severity Set the threshhold for events to abort the program.",
|
" -abort_on severity Set the threshold for events to abort the program.",
|
||||||
" Useful severities: NEVER, ABORT, FATAL, FAILURE, SORRY, WARNING",
|
" Useful severities: NEVER, ABORT, FATAL, FAILURE, SORRY, WARNING",
|
||||||
" -return_with severity exit_value Set the threshhold for events to return",
|
" -return_with severity exit_value Set the threshold for events to return",
|
||||||
" at program end the given exit_value even if not aborted.",
|
" at program end the given exit_value even if not aborted.",
|
||||||
" exit_value may be 0 or 32 to 63.",
|
" exit_value may be 0 or 32 to 63.",
|
||||||
" -report_about severity Set the threshhold for events to be reported.",
|
" -report_about severity Set the threshold for events to be reported.",
|
||||||
" Use -abort_on severities or: HINT, NOTE, UPDATE, DEBUG, ALL",
|
" Use -abort_on severities or: HINT, NOTE, UPDATE, DEBUG, ALL",
|
||||||
" -signal_handling \"on\"|\"off\"|\"sig_dfl\"|\"sig_ign\"",
|
" -signal_handling \"on\"|\"off\"|\"sig_dfl\"|\"sig_ign\"",
|
||||||
" Handling of signals. Default \"on\" uses libburn handler.",
|
" Handling of signals. Default \"on\" uses libburn handler.",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||||
|
|
||||||
Copyright 2007-2011 Thomas Schmitt, <scdbackup@gmx.net>
|
Copyright 2007-2016 Thomas Schmitt, <scdbackup@gmx.net>
|
||||||
|
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
|
|
||||||
@ -478,7 +478,7 @@ int Xorriso_make_hln_array(struct XorrisO *xorriso, int flag)
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if(xorriso->hln_array != NULL && !(flag & 1)) {
|
if(xorriso->hln_array != NULL && !(flag & 1)) {
|
||||||
/* If no fresh image manipulations occured: keep old array */
|
/* If no fresh image manipulations occurred: keep old array */
|
||||||
if(!xorriso->hln_change_pending)
|
if(!xorriso->hln_change_pending)
|
||||||
return(2);
|
return(2);
|
||||||
ret= Xorriso_remake_hln_array(xorriso, 0);
|
ret= Xorriso_remake_hln_array(xorriso, 0);
|
||||||
|
@ -1534,7 +1534,7 @@ int Xorriso_start_msg_watcher(struct XorrisO *xorriso,
|
|||||||
ret= pthread_mutex_lock(&(xorriso->msg_watcher_lock));
|
ret= pthread_mutex_lock(&(xorriso->msg_watcher_lock));
|
||||||
if(ret != 0) {
|
if(ret != 0) {
|
||||||
Xorriso_msgs_submit(xorriso, 0,
|
Xorriso_msgs_submit(xorriso, 0,
|
||||||
"Cannot aquire mutex lock for managing concurrent message watcher",
|
"Cannot acquire mutex lock for managing concurrent message watcher",
|
||||||
ret, "FATAL", 0);
|
ret, "FATAL", 0);
|
||||||
ret= -1; goto ex;
|
ret= -1; goto ex;
|
||||||
}
|
}
|
||||||
@ -1621,7 +1621,7 @@ int Xorriso_stop_msg_watcher(struct XorrisO *xorriso, int flag)
|
|||||||
ret= pthread_mutex_lock(&(xorriso->msg_watcher_lock));
|
ret= pthread_mutex_lock(&(xorriso->msg_watcher_lock));
|
||||||
if(ret != 0) {
|
if(ret != 0) {
|
||||||
Xorriso_msgs_submit(xorriso, 0,
|
Xorriso_msgs_submit(xorriso, 0,
|
||||||
"Cannot aquire mutex lock for managing concurrent message watcher",
|
"Cannot acquire mutex lock for managing concurrent message watcher",
|
||||||
ret, "FATAL", 0);
|
ret, "FATAL", 0);
|
||||||
ret= -1; goto ex;
|
ret= -1; goto ex;
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH XORRECORD 1 "Version 1.4.3, Nov 29, 2015"
|
.TH XORRECORD 1 "Version 1.4.3, Feb 05, 2016"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
@ -232,7 +232,7 @@ with non\-zero exit value.
|
|||||||
.B Settings for the burn run:
|
.B Settings for the burn run:
|
||||||
.PP
|
.PP
|
||||||
A burn run requires exactly one track source address argument, which
|
A burn run requires exactly one track source address argument, which
|
||||||
tells from where to read the data wich shall be put into the upcomming
|
tells from where to read the data which shall be put into the upcomming
|
||||||
session. The medium state must be either blank or appendable.
|
session. The medium state must be either blank or appendable.
|
||||||
.br
|
.br
|
||||||
Track source may be "\-" for standard input or the address of a readable
|
Track source may be "\-" for standard input or the address of a readable
|
||||||
@ -452,7 +452,7 @@ for better filesystem performance.
|
|||||||
Set the write speed. Default is 0 = maximum speed.
|
Set the write speed. Default is 0 = maximum speed.
|
||||||
Speed can be given in media type dependent x\-speed numbers or as a
|
Speed can be given in media type dependent x\-speed numbers or as a
|
||||||
desired throughput per second in MMC compliant kB (= 1000)
|
desired throughput per second in MMC compliant kB (= 1000)
|
||||||
or MB (= 1000 kB). Media x\-speed factor can be set explicity
|
or MB (= 1000 kB). Media x\-speed factor can be set explicitly
|
||||||
by appending "c" for CD, "d" for DVD, "b" for BD. "x" is optional.
|
by appending "c" for CD, "d" for DVD, "b" for BD. "x" is optional.
|
||||||
.br
|
.br
|
||||||
Example speeds:
|
Example speeds:
|
||||||
@ -598,8 +598,8 @@ or expect their buffer to be filled to the top before they go to full speed.
|
|||||||
.br
|
.br
|
||||||
Parameters "off" or "0" disable this feature.
|
Parameters "off" or "0" disable this feature.
|
||||||
.br
|
.br
|
||||||
The threshhold for beginning to wait is given by parameter "max_percent=".
|
The threshold for beginning to wait is given by parameter "max_percent=".
|
||||||
Parameter "min_percent=" defines the threshhold for resuming transmission.
|
Parameter "min_percent=" defines the threshold for resuming transmission.
|
||||||
Percentages are permissible in the range of 25 to 100. Numbers in this
|
Percentages are permissible in the range of 25 to 100. Numbers in this
|
||||||
range without a prepended name are interpreted as "on:min_percent=".
|
range without a prepended name are interpreted as "on:min_percent=".
|
||||||
.br
|
.br
|
||||||
@ -823,7 +823,7 @@ Thomas Schmitt <scdbackup@gmx.net>
|
|||||||
.br
|
.br
|
||||||
for libburnia\-project.org
|
for libburnia\-project.org
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
Copyright (c) 2011 \- 2015 Thomas Schmitt
|
Copyright (c) 2011 \- 2016 Thomas Schmitt
|
||||||
.br
|
.br
|
||||||
Permission is granted to distribute this text freely. It shall only be
|
Permission is granted to distribute this text freely. It shall only be
|
||||||
modified in sync with the technical properties of xorriso. If you make use
|
modified in sync with the technical properties of xorriso. If you make use
|
||||||
|
@ -3,7 +3,7 @@ xorrecord.texi.
|
|||||||
|
|
||||||
xorrecord - Emulation of CD/DVD/BD program cdrecord by program xorriso
|
xorrecord - Emulation of CD/DVD/BD program cdrecord by program xorriso
|
||||||
|
|
||||||
Copyright (C) 2011 - 2015 Thomas Schmitt
|
Copyright (C) 2011 - 2016 Thomas Schmitt
|
||||||
|
|
||||||
Permission is granted to distrubute this text freely.
|
Permission is granted to distrubute this text freely.
|
||||||
INFO-DIR-SECTION Archiving
|
INFO-DIR-SECTION Archiving
|
||||||
@ -247,7 +247,7 @@ File: xorrecord.info, Node: SetBurn, Next: Verbous, Prev: Inquire, Up: Optio
|
|||||||
=============================
|
=============================
|
||||||
|
|
||||||
A burn run requires exactly one track source address argument,
|
A burn run requires exactly one track source address argument,
|
||||||
which tells from where to read the data wich shall be put into the
|
which tells from where to read the data which shall be put into the
|
||||||
upcomming session. The medium state must be either blank or
|
upcomming session. The medium state must be either blank or
|
||||||
appendable.
|
appendable.
|
||||||
Track source may be "-" for standard input or the address of a
|
Track source may be "-" for standard input or the address of a
|
||||||
@ -432,8 +432,8 @@ speed=value
|
|||||||
Set the write speed. Default is 0 = maximum speed. Speed can be
|
Set the write speed. Default is 0 = maximum speed. Speed can be
|
||||||
given in media type dependent x-speed numbers or as a desired
|
given in media type dependent x-speed numbers or as a desired
|
||||||
throughput per second in MMC compliant kB (= 1000) or MB (= 1000
|
throughput per second in MMC compliant kB (= 1000) or MB (= 1000
|
||||||
kB). Media x-speed factor can be set explicity by appending "c" for
|
kB). Media x-speed factor can be set explicitly by appending "c"
|
||||||
CD, "d" for DVD, "b" for BD. "x" is optional.
|
for CD, "d" for DVD, "b" for BD. "x" is optional.
|
||||||
Example speeds:
|
Example speeds:
|
||||||
706k = 706kB/s = 4c = 4xCD
|
706k = 706kB/s = 4c = 4xCD
|
||||||
5540k = 5540kB/s = 4d = 4xDVD
|
5540k = 5540kB/s = 4d = 4xDVD
|
||||||
@ -559,11 +559,11 @@ modesty_on_drive=parameter[:parameters]
|
|||||||
granularity too coarse in size or time, or expect their buffer to
|
granularity too coarse in size or time, or expect their buffer to
|
||||||
be filled to the top before they go to full speed.
|
be filled to the top before they go to full speed.
|
||||||
Parameters "off" or "0" disable this feature.
|
Parameters "off" or "0" disable this feature.
|
||||||
The threshhold for beginning to wait is given by parameter
|
The threshold for beginning to wait is given by parameter
|
||||||
"max_percent=". Parameter "min_percent=" defines the threshhold
|
"max_percent=". Parameter "min_percent=" defines the threshold for
|
||||||
for resuming transmission. Percentages are permissible in the
|
resuming transmission. Percentages are permissible in the range of
|
||||||
range of 25 to 100. Numbers in this range without a prepended name
|
25 to 100. Numbers in this range without a prepended name are
|
||||||
are interpreted as "on:min_percent=".
|
interpreted as "on:min_percent=".
|
||||||
E.g.: modesty_on_drive=75
|
E.g.: modesty_on_drive=75
|
||||||
The optimal values depend on the buffer behavior of the drive.
|
The optimal values depend on the buffer behavior of the drive.
|
||||||
Parameter "timeout_sec=" defines after which time of unsuccessful
|
Parameter "timeout_sec=" defines after which time of unsuccessful
|
||||||
@ -824,7 +824,7 @@ for libburnia-project.org
|
|||||||
10.2 Copyright
|
10.2 Copyright
|
||||||
==============
|
==============
|
||||||
|
|
||||||
Copyright (c) 2011 - 2015 Thomas Schmitt
|
Copyright (c) 2011 - 2016 Thomas Schmitt
|
||||||
Permission is granted to distribute this text freely. It shall only be
|
Permission is granted to distribute this text freely. It shall only be
|
||||||
modified in sync with the technical properties of xorriso. If you make
|
modified in sync with the technical properties of xorriso. If you make
|
||||||
use of the license to derive modified versions of xorriso then you are
|
use of the license to derive modified versions of xorriso then you are
|
||||||
@ -971,8 +971,8 @@ Node: Options5885
|
|||||||
Node: DriveAddr6253
|
Node: DriveAddr6253
|
||||||
Node: Inquire7618
|
Node: Inquire7618
|
||||||
Node: SetBurn10487
|
Node: SetBurn10487
|
||||||
Node: Verbous20936
|
Node: Verbous20938
|
||||||
Node: NonCdrecord22486
|
Node: NonCdrecord22488
|
||||||
Node: Examples28246
|
Node: Examples28246
|
||||||
Node: ExDevices28907
|
Node: ExDevices28907
|
||||||
Node: ExMedium29125
|
Node: ExMedium29125
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
@c man .\" First parameter, NAME, should be all caps
|
@c man .\" First parameter, NAME, should be all caps
|
||||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
@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 .\" other parameters are allowed: see man(7), man(1)
|
||||||
@c man .TH XORRECORD 1 "Version 1.4.3, Nov 29, 2015"
|
@c man .TH XORRECORD 1 "Version 1.4.3, Feb 05, 2016"
|
||||||
@c man .\" Please adjust this date whenever revising the manpage.
|
@c man .\" Please adjust this date whenever revising the manpage.
|
||||||
@c man .\"
|
@c man .\"
|
||||||
@c man .\" Some roff macros, for reference:
|
@c man .\" Some roff macros, for reference:
|
||||||
@ -68,7 +68,7 @@
|
|||||||
@copying
|
@copying
|
||||||
xorrecord - Emulation of CD/DVD/BD program cdrecord by program xorriso
|
xorrecord - Emulation of CD/DVD/BD program cdrecord by program xorriso
|
||||||
|
|
||||||
Copyright @copyright{} 2011 - 2015 Thomas Schmitt
|
Copyright @copyright{} 2011 - 2016 Thomas Schmitt
|
||||||
|
|
||||||
@quotation
|
@quotation
|
||||||
Permission is granted to distrubute this text freely.
|
Permission is granted to distrubute this text freely.
|
||||||
@ -369,7 +369,7 @@ with non-zero exit value.
|
|||||||
@table @asis
|
@table @asis
|
||||||
@c man .PP
|
@c man .PP
|
||||||
A burn run requires exactly one track source address argument, which
|
A burn run requires exactly one track source address argument, which
|
||||||
tells from where to read the data wich shall be put into the upcomming
|
tells from where to read the data which shall be put into the upcomming
|
||||||
session. The medium state must be either blank or appendable.
|
session. The medium state must be either blank or appendable.
|
||||||
@*
|
@*
|
||||||
Track source may be "-" for standard input or the address of a readable
|
Track source may be "-" for standard input or the address of a readable
|
||||||
@ -629,7 +629,7 @@ for better filesystem performance.
|
|||||||
Set the write speed. Default is 0 = maximum speed.
|
Set the write speed. Default is 0 = maximum speed.
|
||||||
Speed can be given in media type dependent x-speed numbers or as a
|
Speed can be given in media type dependent x-speed numbers or as a
|
||||||
desired throughput per second in MMC compliant kB (= 1000)
|
desired throughput per second in MMC compliant kB (= 1000)
|
||||||
or MB (= 1000 kB). Media x-speed factor can be set explicity
|
or MB (= 1000 kB). Media x-speed factor can be set explicitly
|
||||||
by appending "c" for CD, "d" for DVD, "b" for BD. "x" is optional.
|
by appending "c" for CD, "d" for DVD, "b" for BD. "x" is optional.
|
||||||
@*
|
@*
|
||||||
Example speeds:
|
Example speeds:
|
||||||
@ -814,8 +814,8 @@ or expect their buffer to be filled to the top before they go to full speed.
|
|||||||
@*
|
@*
|
||||||
Parameters "off" or "0" disable this feature.
|
Parameters "off" or "0" disable this feature.
|
||||||
@*
|
@*
|
||||||
The threshhold for beginning to wait is given by parameter "max_percent=".
|
The threshold for beginning to wait is given by parameter "max_percent=".
|
||||||
Parameter "min_percent=" defines the threshhold for resuming transmission.
|
Parameter "min_percent=" defines the threshold for resuming transmission.
|
||||||
Percentages are permissible in the range of 25 to 100. Numbers in this
|
Percentages are permissible in the range of 25 to 100. Numbers in this
|
||||||
range without a prepended name are interpreted as "on:min_percent=".
|
range without a prepended name are interpreted as "on:min_percent=".
|
||||||
@*
|
@*
|
||||||
@ -1132,7 +1132,7 @@ Thomas Schmitt <scdbackup@@gmx.net>
|
|||||||
for libburnia-project.org
|
for libburnia-project.org
|
||||||
@c man .SH COPYRIGHT
|
@c man .SH COPYRIGHT
|
||||||
@section Copyright
|
@section Copyright
|
||||||
Copyright (c) 2011 - 2015 Thomas Schmitt
|
Copyright (c) 2011 - 2016 Thomas Schmitt
|
||||||
@*
|
@*
|
||||||
Permission is granted to distribute this text freely. It shall only be
|
Permission is granted to distribute this text freely. It shall only be
|
||||||
modified in sync with the technical properties of xorriso. If you make use
|
modified in sync with the technical properties of xorriso. If you make use
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH XORRISO 1 "Version 1.4.3, Jan 26, 2016"
|
.TH XORRISO 1 "Version 1.4.3, Feb 05, 2016"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
@ -711,7 +711,7 @@ Further special speed codes are:
|
|||||||
.br
|
.br
|
||||||
Speed can be given in media dependent numbers or as a
|
Speed can be given in media dependent numbers or as a
|
||||||
desired throughput per second in MMC compliant kB (= 1000)
|
desired throughput per second in MMC compliant kB (= 1000)
|
||||||
or MB (= 1000 kB). Media x\-speed factor can be set explicity
|
or MB (= 1000 kB). Media x\-speed factor can be set explicitly
|
||||||
by "c" for CD, "d" for DVD, "b" for BD, "x" is optional.
|
by "c" for CD, "d" for DVD, "b" for BD, "x" is optional.
|
||||||
.br
|
.br
|
||||||
Example speeds:
|
Example speeds:
|
||||||
@ -750,7 +750,7 @@ address. The following entities are defined:
|
|||||||
"volid" with a search pattern for a text as of a line "ISO ...",
|
"volid" with a search pattern for a text as of a line "ISO ...",
|
||||||
column "Volume Id".
|
column "Volume Id".
|
||||||
.br
|
.br
|
||||||
Adressing a non\-existing entity or one which does not represent an ISO
|
Addressing a non\-existing entity or one which does not represent an ISO
|
||||||
image will either abandon \-indev or at least lead to a blank image.
|
image will either abandon \-indev or at least lead to a blank image.
|
||||||
.br
|
.br
|
||||||
If an input drive is set at the moment when \-load is executed, then the
|
If an input drive is set at the moment when \-load is executed, then the
|
||||||
@ -2419,7 +2419,7 @@ will refuse to write on DVD\-RW if not command \-close is set to "on".
|
|||||||
The progress reports issued by some drives while blanking are
|
The progress reports issued by some drives while blanking are
|
||||||
quite unrealistic. Do not conclude success or failure from the
|
quite unrealistic. Do not conclude success or failure from the
|
||||||
reported percentages. Blanking was successful if no SORRY event or
|
reported percentages. Blanking was successful if no SORRY event or
|
||||||
worse occured.
|
worse occurred.
|
||||||
.br
|
.br
|
||||||
Mode may be prepended by "force:" in order to override the evaluation
|
Mode may be prepended by "force:" in order to override the evaluation
|
||||||
of the medium state by libburn. E.g. "force:fast".
|
of the medium state by libburn. E.g. "force:fast".
|
||||||
@ -2478,7 +2478,7 @@ even with flawless media.
|
|||||||
The progress reports issued by some drives while formatting are
|
The progress reports issued by some drives while formatting are
|
||||||
quite unrealistic. Do not conclude success or failure from the
|
quite unrealistic. Do not conclude success or failure from the
|
||||||
reported percentages. Formatting was successful if no SORRY event
|
reported percentages. Formatting was successful if no SORRY event
|
||||||
or worse occured. Be patient with apparently frozen progress.
|
or worse occurred. Be patient with apparently frozen progress.
|
||||||
.TP
|
.TP
|
||||||
\fB\-list_formats\fR
|
\fB\-list_formats\fR
|
||||||
Put out a list of format descriptors as reported by the output drive for
|
Put out a list of format descriptors as reported by the output drive for
|
||||||
@ -2894,7 +2894,7 @@ burning begins.
|
|||||||
.br
|
.br
|
||||||
Speed can be given in media dependent numbers or as a
|
Speed can be given in media dependent numbers or as a
|
||||||
desired throughput per second in MMC compliant kB (= 1000)
|
desired throughput per second in MMC compliant kB (= 1000)
|
||||||
or MB (= 1000 kB). Media x\-speed factor can be set explicity
|
or MB (= 1000 kB). Media x\-speed factor can be set explicitly
|
||||||
by "c" for CD, "d" for DVD, "b" for BD, "x" is optional.
|
by "c" for CD, "d" for DVD, "b" for BD, "x" is optional.
|
||||||
.br
|
.br
|
||||||
Example speeds:
|
Example speeds:
|
||||||
@ -2950,8 +2950,8 @@ or expect their buffer to be filled to the top before they go to full speed.
|
|||||||
.br
|
.br
|
||||||
Parameters "off" or "0" disable this feature.
|
Parameters "off" or "0" disable this feature.
|
||||||
.br
|
.br
|
||||||
The threshhold for beginning to wait is given by parameter "max_percent=".
|
The threshold for beginning to wait is given by parameter "max_percent=".
|
||||||
Parameter "min_percent=" defines the threshhold for resuming transmission.
|
Parameter "min_percent=" defines the threshold for resuming transmission.
|
||||||
Percentages are permissible in the range of 25 to 100. Numbers in this
|
Percentages are permissible in the range of 25 to 100. Numbers in this
|
||||||
range without a prepended name are interpreted as "on:min_percent=".
|
range without a prepended name are interpreted as "on:min_percent=".
|
||||||
.br
|
.br
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/* xorriso - libisoburn higher level API which creates, loads, manipulates
|
/* xorriso - libisoburn higher level API which creates, loads, manipulates
|
||||||
and burns ISO 9660 filesystem images.
|
and burns ISO 9660 filesystem images.
|
||||||
|
|
||||||
Copyright 2007-2015 Thomas Schmitt, <scdbackup@gmx.net>
|
Copyright 2007-2016 Thomas Schmitt, <scdbackup@gmx.net>
|
||||||
|
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
|
|
||||||
@ -568,7 +568,7 @@ char *Xorriso__severity_list(int flag);
|
|||||||
@param xorriso The environment handle
|
@param xorriso The environment handle
|
||||||
@param severity The severity text matching the current problem status
|
@param severity The severity text matching the current problem status
|
||||||
@param flag Unused yet. Submit 0.
|
@param flag Unused yet. Submit 0.
|
||||||
@return The severity rank number. 0= no problem occured.
|
@return The severity rank number. 0= no problem occurred.
|
||||||
*/
|
*/
|
||||||
int Xorriso_get_problem_status(struct XorrisO *xorriso, char severity[80],
|
int Xorriso_get_problem_status(struct XorrisO *xorriso, char severity[80],
|
||||||
int flag);
|
int flag);
|
||||||
|
@ -659,7 +659,7 @@ activate them only after image loading.
|
|||||||
"min" (or "-1") selects minimum speed as announced by the drive.
|
"min" (or "-1") selects minimum speed as announced by the drive.
|
||||||
Speed can be given in media dependent numbers or as a desired
|
Speed can be given in media dependent numbers or as a desired
|
||||||
throughput per second in MMC compliant kB (= 1000) or MB (= 1000
|
throughput per second in MMC compliant kB (= 1000) or MB (= 1000
|
||||||
kB). Media x-speed factor can be set explicity by "c" for CD, "d"
|
kB). Media x-speed factor can be set explicitly by "c" for CD, "d"
|
||||||
for DVD, "b" for BD, "x" is optional.
|
for DVD, "b" for BD, "x" is optional.
|
||||||
Example speeds:
|
Example speeds:
|
||||||
706k = 706kB/s = 4c = 4xCD
|
706k = 706kB/s = 4c = 4xCD
|
||||||
@ -689,7 +689,7 @@ activate them only after image loading.
|
|||||||
"sbsector".
|
"sbsector".
|
||||||
"volid" with a search pattern for a text as of a line "ISO ...",
|
"volid" with a search pattern for a text as of a line "ISO ...",
|
||||||
column "Volume Id".
|
column "Volume Id".
|
||||||
Adressing a non-existing entity or one which does not represent an
|
Addressing a non-existing entity or one which does not represent an
|
||||||
ISO image will either abandon -indev or at least lead to a blank
|
ISO image will either abandon -indev or at least lead to a blank
|
||||||
image.
|
image.
|
||||||
If an input drive is set at the moment when -load is executed, then
|
If an input drive is set at the moment when -load is executed, then
|
||||||
@ -2062,7 +2062,7 @@ File: xorriso.info, Node: Writing, Next: SetWrite, Prev: Filter, Up: Command
|
|||||||
The progress reports issued by some drives while blanking are quite
|
The progress reports issued by some drives while blanking are quite
|
||||||
unrealistic. Do not conclude success or failure from the reported
|
unrealistic. Do not conclude success or failure from the reported
|
||||||
percentages. Blanking was successful if no SORRY event or worse
|
percentages. Blanking was successful if no SORRY event or worse
|
||||||
occured.
|
occurred.
|
||||||
Mode may be prepended by "force:" in order to override the
|
Mode may be prepended by "force:" in order to override the
|
||||||
evaluation of the medium state by libburn. E.g. "force:fast".
|
evaluation of the medium state by libburn. E.g. "force:fast".
|
||||||
Blanking will nevertheless only succeed if the drive is willing to
|
Blanking will nevertheless only succeed if the drive is willing to
|
||||||
@ -2108,7 +2108,7 @@ File: xorriso.info, Node: Writing, Next: SetWrite, Prev: Filter, Up: Command
|
|||||||
The progress reports issued by some drives while formatting are
|
The progress reports issued by some drives while formatting are
|
||||||
quite unrealistic. Do not conclude success or failure from the
|
quite unrealistic. Do not conclude success or failure from the
|
||||||
reported percentages. Formatting was successful if no SORRY event
|
reported percentages. Formatting was successful if no SORRY event
|
||||||
or worse occured. Be patient with apparently frozen progress.
|
or worse occurred. Be patient with apparently frozen progress.
|
||||||
-list_formats
|
-list_formats
|
||||||
Put out a list of format descriptors as reported by the output
|
Put out a list of format descriptors as reported by the output
|
||||||
drive for the current medium. The list gives the index number
|
drive for the current medium. The list gives the index number
|
||||||
@ -2454,7 +2454,7 @@ according to the setting of command -acl.
|
|||||||
burning begins.
|
burning begins.
|
||||||
Speed can be given in media dependent numbers or as a desired
|
Speed can be given in media dependent numbers or as a desired
|
||||||
throughput per second in MMC compliant kB (= 1000) or MB (= 1000
|
throughput per second in MMC compliant kB (= 1000) or MB (= 1000
|
||||||
kB). Media x-speed factor can be set explicity by "c" for CD, "d"
|
kB). Media x-speed factor can be set explicitly by "c" for CD, "d"
|
||||||
for DVD, "b" for BD, "x" is optional.
|
for DVD, "b" for BD, "x" is optional.
|
||||||
Example speeds:
|
Example speeds:
|
||||||
706k = 706kB/s = 4c = 4xCD
|
706k = 706kB/s = 4c = 4xCD
|
||||||
@ -2498,11 +2498,11 @@ according to the setting of command -acl.
|
|||||||
granularity too coarse in size or time, or expect their buffer to
|
granularity too coarse in size or time, or expect their buffer to
|
||||||
be filled to the top before they go to full speed.
|
be filled to the top before they go to full speed.
|
||||||
Parameters "off" or "0" disable this feature.
|
Parameters "off" or "0" disable this feature.
|
||||||
The threshhold for beginning to wait is given by parameter
|
The threshold for beginning to wait is given by parameter
|
||||||
"max_percent=". Parameter "min_percent=" defines the threshhold
|
"max_percent=". Parameter "min_percent=" defines the threshold for
|
||||||
for resuming transmission. Percentages are permissible in the
|
resuming transmission. Percentages are permissible in the range of
|
||||||
range of 25 to 100. Numbers in this range without a prepended name
|
25 to 100. Numbers in this range without a prepended name are
|
||||||
are interpreted as "on:min_percent=".
|
interpreted as "on:min_percent=".
|
||||||
E.g.: -modesty_on_drive 75
|
E.g.: -modesty_on_drive 75
|
||||||
The optimal values depend on the buffer behavior of the drive.
|
The optimal values depend on the buffer behavior of the drive.
|
||||||
Parameter "timeout_sec=" defines after which time of unsuccessful
|
Parameter "timeout_sec=" defines after which time of unsuccessful
|
||||||
@ -5620,47 +5620,47 @@ Node: Commands24952
|
|||||||
Node: ArgSort26629
|
Node: ArgSort26629
|
||||||
Node: AqDrive28123
|
Node: AqDrive28123
|
||||||
Node: Loading31178
|
Node: Loading31178
|
||||||
Node: Insert51283
|
Node: Insert51285
|
||||||
Node: SetInsert61867
|
Node: SetInsert61869
|
||||||
Node: Manip71186
|
Node: Manip71188
|
||||||
Node: CmdFind80969
|
Node: CmdFind80971
|
||||||
Node: Filter99272
|
Node: Filter99274
|
||||||
Node: Writing103894
|
Node: Writing103896
|
||||||
Node: SetWrite114049
|
Node: SetWrite114053
|
||||||
Node: Bootable136994
|
Node: Bootable136997
|
||||||
Node: Jigdo160788
|
Node: Jigdo160791
|
||||||
Node: Charset165047
|
Node: Charset165050
|
||||||
Node: Exception168374
|
Node: Exception168377
|
||||||
Node: DialogCtl174503
|
Node: DialogCtl174506
|
||||||
Node: Inquiry177105
|
Node: Inquiry177108
|
||||||
Node: Navigate185555
|
Node: Navigate185558
|
||||||
Node: Verify193850
|
Node: Verify193853
|
||||||
Node: Restore203727
|
Node: Restore203730
|
||||||
Node: Emulation212340
|
Node: Emulation212343
|
||||||
Node: Scripting222750
|
Node: Scripting222753
|
||||||
Node: Frontend230532
|
Node: Frontend230535
|
||||||
Node: Examples240167
|
Node: Examples240170
|
||||||
Node: ExDevices241345
|
Node: ExDevices241348
|
||||||
Node: ExCreate242006
|
Node: ExCreate242009
|
||||||
Node: ExDialog243306
|
Node: ExDialog243309
|
||||||
Node: ExGrowing244577
|
Node: ExGrowing244580
|
||||||
Node: ExModifying245386
|
Node: ExModifying245389
|
||||||
Node: ExBootable245896
|
Node: ExBootable245899
|
||||||
Node: ExCharset246451
|
Node: ExCharset246454
|
||||||
Node: ExPseudo247347
|
Node: ExPseudo247350
|
||||||
Node: ExCdrecord248274
|
Node: ExCdrecord248277
|
||||||
Node: ExMkisofs248594
|
Node: ExMkisofs248597
|
||||||
Node: ExGrowisofs249951
|
Node: ExGrowisofs249954
|
||||||
Node: ExException251105
|
Node: ExException251108
|
||||||
Node: ExTime251563
|
Node: ExTime251566
|
||||||
Node: ExIncBackup252021
|
Node: ExIncBackup252024
|
||||||
Node: ExRestore256047
|
Node: ExRestore256050
|
||||||
Node: ExRecovery256993
|
Node: ExRecovery256996
|
||||||
Node: Files257565
|
Node: Files257568
|
||||||
Node: Seealso258899
|
Node: Seealso258902
|
||||||
Node: Bugreport259614
|
Node: Bugreport259617
|
||||||
Node: Legal260205
|
Node: Legal260208
|
||||||
Node: CommandIdx261217
|
Node: CommandIdx261220
|
||||||
Node: ConceptIdx278259
|
Node: ConceptIdx278262
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -50,7 +50,7 @@
|
|||||||
@c man .\" First parameter, NAME, should be all caps
|
@c man .\" First parameter, NAME, should be all caps
|
||||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
@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 .\" other parameters are allowed: see man(7), man(1)
|
||||||
@c man .TH XORRISO 1 "Version 1.4.3, Jan 26, 2016"
|
@c man .TH XORRISO 1 "Version 1.4.3, Feb 05, 2016"
|
||||||
@c man .\" Please adjust this date whenever revising the manpage.
|
@c man .\" Please adjust this date whenever revising the manpage.
|
||||||
@c man .\"
|
@c man .\"
|
||||||
@c man .\" Some roff macros, for reference:
|
@c man .\" Some roff macros, for reference:
|
||||||
@ -932,7 +932,7 @@ Further special speed codes are:
|
|||||||
@*
|
@*
|
||||||
Speed can be given in media dependent numbers or as a
|
Speed can be given in media dependent numbers or as a
|
||||||
desired throughput per second in MMC compliant kB (= 1000)
|
desired throughput per second in MMC compliant kB (= 1000)
|
||||||
or MB (= 1000 kB). Media x-speed factor can be set explicity
|
or MB (= 1000 kB). Media x-speed factor can be set explicitly
|
||||||
by "c" for CD, "d" for DVD, "b" for BD, "x" is optional.
|
by "c" for CD, "d" for DVD, "b" for BD, "x" is optional.
|
||||||
@*
|
@*
|
||||||
Example speeds:
|
Example speeds:
|
||||||
@ -973,7 +973,7 @@ address. The following entities are defined:
|
|||||||
"volid" with a search pattern for a text as of a line "ISO ...",
|
"volid" with a search pattern for a text as of a line "ISO ...",
|
||||||
column "Volume Id".
|
column "Volume Id".
|
||||||
@*
|
@*
|
||||||
Adressing a non-existing entity or one which does not represent an ISO
|
Addressing a non-existing entity or one which does not represent an ISO
|
||||||
image will either abandon -indev or at least lead to a blank image.
|
image will either abandon -indev or at least lead to a blank image.
|
||||||
@*
|
@*
|
||||||
If an input drive is set at the moment when -load is executed, then the
|
If an input drive is set at the moment when -load is executed, then the
|
||||||
@ -2859,7 +2859,7 @@ will refuse to write on DVD-RW if not command -close is set to "on".
|
|||||||
The progress reports issued by some drives while blanking are
|
The progress reports issued by some drives while blanking are
|
||||||
quite unrealistic. Do not conclude success or failure from the
|
quite unrealistic. Do not conclude success or failure from the
|
||||||
reported percentages. Blanking was successful if no SORRY event or
|
reported percentages. Blanking was successful if no SORRY event or
|
||||||
worse occured.
|
worse occurred.
|
||||||
@*
|
@*
|
||||||
Mode may be prepended by "force:" in order to override the evaluation
|
Mode may be prepended by "force:" in order to override the evaluation
|
||||||
of the medium state by libburn. E.g. "force:fast".
|
of the medium state by libburn. E.g. "force:fast".
|
||||||
@ -2920,7 +2920,7 @@ even with flawless media.
|
|||||||
The progress reports issued by some drives while formatting are
|
The progress reports issued by some drives while formatting are
|
||||||
quite unrealistic. Do not conclude success or failure from the
|
quite unrealistic. Do not conclude success or failure from the
|
||||||
reported percentages. Formatting was successful if no SORRY event
|
reported percentages. Formatting was successful if no SORRY event
|
||||||
or worse occured. Be patient with apparently frozen progress.
|
or worse occurred. Be patient with apparently frozen progress.
|
||||||
@c man .TP
|
@c man .TP
|
||||||
@item -list_formats
|
@item -list_formats
|
||||||
@kindex -list_formats lists available formats
|
@kindex -list_formats lists available formats
|
||||||
@ -3394,7 +3394,7 @@ burning begins.
|
|||||||
@*
|
@*
|
||||||
Speed can be given in media dependent numbers or as a
|
Speed can be given in media dependent numbers or as a
|
||||||
desired throughput per second in MMC compliant kB (= 1000)
|
desired throughput per second in MMC compliant kB (= 1000)
|
||||||
or MB (= 1000 kB). Media x-speed factor can be set explicity
|
or MB (= 1000 kB). Media x-speed factor can be set explicitly
|
||||||
by "c" for CD, "d" for DVD, "b" for BD, "x" is optional.
|
by "c" for CD, "d" for DVD, "b" for BD, "x" is optional.
|
||||||
@*
|
@*
|
||||||
Example speeds:
|
Example speeds:
|
||||||
@ -3456,8 +3456,8 @@ or expect their buffer to be filled to the top before they go to full speed.
|
|||||||
@*
|
@*
|
||||||
Parameters "off" or "0" disable this feature.
|
Parameters "off" or "0" disable this feature.
|
||||||
@*
|
@*
|
||||||
The threshhold for beginning to wait is given by parameter "max_percent=".
|
The threshold for beginning to wait is given by parameter "max_percent=".
|
||||||
Parameter "min_percent=" defines the threshhold for resuming transmission.
|
Parameter "min_percent=" defines the threshold for resuming transmission.
|
||||||
Percentages are permissible in the range of 25 to 100. Numbers in this
|
Percentages are permissible in the range of 25 to 100. Numbers in this
|
||||||
range without a prepended name are interpreted as "on:min_percent=".
|
range without a prepended name are interpreted as "on:min_percent=".
|
||||||
@*
|
@*
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2016.02.05.101337"
|
#define Xorriso_timestamP "2016.02.05.145901"
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
a command line oriented batch and dialog tool which creates, loads,
|
a command line oriented batch and dialog tool which creates, loads,
|
||||||
manipulates and burns ISO 9660 filesystem images.
|
manipulates and burns ISO 9660 filesystem images.
|
||||||
|
|
||||||
Copyright 2007-2015 Thomas Schmitt, <scdbackup@gmx.net>
|
Copyright 2007-2016 Thomas Schmitt, <scdbackup@gmx.net>
|
||||||
|
|
||||||
Provided under GPL version 2 or later.
|
Provided under GPL version 2 or later.
|
||||||
|
|
||||||
@ -217,7 +217,7 @@ int Xorriso_set_abort_severity(struct XorrisO *xorriso, int flag);
|
|||||||
int Xorriso_report_lib_versions(struct XorrisO *xorriso, int flag);
|
int Xorriso_report_lib_versions(struct XorrisO *xorriso, int flag);
|
||||||
|
|
||||||
/* @return 0= stbuf content is valid ,
|
/* @return 0= stbuf content is valid ,
|
||||||
-1 = path not found , -2 = severe error occured
|
-1 = path not found , -2 = severe error occurred
|
||||||
*/
|
*/
|
||||||
int Xorriso_iso_lstat(struct XorrisO *xorriso, char *path, struct stat *stbuf,
|
int Xorriso_iso_lstat(struct XorrisO *xorriso, char *path, struct stat *stbuf,
|
||||||
int flag);
|
int flag);
|
||||||
|
@ -109,7 +109,7 @@ file type of disk_path. Directories get merged with the /\-directory of the
|
|||||||
ISO image. Files of other types get copied into the /\-directory.
|
ISO image. Files of other types get copied into the /\-directory.
|
||||||
.br
|
.br
|
||||||
If \-graft\-points is present then each pathspec gets split at the first
|
If \-graft\-points is present then each pathspec gets split at the first
|
||||||
occurence of the =\-character.
|
occurrence of the =\-character.
|
||||||
The part before the = is taken as \fBtarget\fR, i.e. the iso_rr_path for
|
The part before the = is taken as \fBtarget\fR, i.e. the iso_rr_path for
|
||||||
the file object in the ISO image. The part after the first = is taken
|
the file object in the ISO image. The part after the first = is taken
|
||||||
as \fBsource\fR, i.e. the disk_path of the input object.
|
as \fBsource\fR, i.e. the disk_path of the input object.
|
||||||
@ -567,7 +567,7 @@ by such Linux kernels, consider to set \-file_name_limit 253.
|
|||||||
The standard ECMA\-119 demands that no path in the image shall have more
|
The standard ECMA\-119 demands that no path in the image shall have more
|
||||||
than 8 name components or 255 characters. Therefore it would be necessary
|
than 8 name components or 255 characters. Therefore it would be necessary
|
||||||
to move deeper directory trees to a higher directory. Rock Ridge offers an
|
to move deeper directory trees to a higher directory. Rock Ridge offers an
|
||||||
opportunity to let these relocated directories appear at their orginal
|
opportunity to let these relocated directories appear at their original
|
||||||
deep position, but this feature might not be implemented properly by
|
deep position, but this feature might not be implemented properly by
|
||||||
operating systems which mount the image.
|
operating systems which mount the image.
|
||||||
.br
|
.br
|
||||||
|
@ -108,7 +108,7 @@ A pathspec depicts an input file object by a disk_path. If option
|
|||||||
of disk_path. Directories get merged with the /-directory of the ISO
|
of disk_path. Directories get merged with the /-directory of the ISO
|
||||||
image. Files of other types get copied into the /-directory.
|
image. Files of other types get copied into the /-directory.
|
||||||
If -graft-points is present then each pathspec gets split at the first
|
If -graft-points is present then each pathspec gets split at the first
|
||||||
occurence of the =-character. The part before the = is taken as
|
occurrence of the =-character. The part before the = is taken as
|
||||||
*target*, i.e. the iso_rr_path for the file object in the ISO image.
|
*target*, i.e. the iso_rr_path for the file object in the ISO image.
|
||||||
The part after the first = is taken as *source*, i.e. the disk_path of
|
The part after the first = is taken as *source*, i.e. the disk_path of
|
||||||
the input object.
|
the input object.
|
||||||
@ -532,7 +532,7 @@ File: xorrisofs.info, Node: SetExtras, Next: SetHide, Prev: SetCompl, Up: Op
|
|||||||
more than 8 name components or 255 characters. Therefore it would
|
more than 8 name components or 255 characters. Therefore it would
|
||||||
be necessary to move deeper directory trees to a higher directory.
|
be necessary to move deeper directory trees to a higher directory.
|
||||||
Rock Ridge offers an opportunity to let these relocated directories
|
Rock Ridge offers an opportunity to let these relocated directories
|
||||||
appear at their orginal deep position, but this feature might not
|
appear at their original deep position, but this feature might not
|
||||||
be implemented properly by operating systems which mount the image.
|
be implemented properly by operating systems which mount the image.
|
||||||
|
|
||||||
Option -D disables this deep directory relocation, and thus
|
Option -D disables this deep directory relocation, and thus
|
||||||
@ -2257,33 +2257,33 @@ Node: Top391
|
|||||||
Node: Overview1095
|
Node: Overview1095
|
||||||
Node: Standards1537
|
Node: Standards1537
|
||||||
Node: Insert3734
|
Node: Insert3734
|
||||||
Node: Xorriso5579
|
Node: Xorriso5580
|
||||||
Node: Options6725
|
Node: Options6726
|
||||||
Node: Loading7452
|
Node: Loading7453
|
||||||
Node: SetInsert9752
|
Node: SetInsert9753
|
||||||
Node: SetProduct14161
|
Node: SetProduct14162
|
||||||
Node: SetCompl19337
|
Node: SetCompl19338
|
||||||
Node: SetExtras21929
|
Node: SetExtras21930
|
||||||
Node: SetHide31292
|
Node: SetHide31294
|
||||||
Node: ImageId32596
|
Node: ImageId32598
|
||||||
Node: Bootable36767
|
Node: Bootable36769
|
||||||
Node: SystemArea41935
|
Node: SystemArea41937
|
||||||
Node: Charset57640
|
Node: Charset57642
|
||||||
Node: Jigdo58665
|
Node: Jigdo58667
|
||||||
Node: Miscellaneous62942
|
Node: Miscellaneous62944
|
||||||
Node: Examples64587
|
Node: Examples64589
|
||||||
Node: ExSimple65081
|
Node: ExSimple65083
|
||||||
Node: ExGraft65564
|
Node: ExGraft65566
|
||||||
Node: ExMkisofs66864
|
Node: ExMkisofs66866
|
||||||
Node: ExGrowisofs68130
|
Node: ExGrowisofs68132
|
||||||
Node: ExIncBackup69320
|
Node: ExIncBackup69322
|
||||||
Node: ExIncBckAcc72481
|
Node: ExIncBckAcc72483
|
||||||
Node: ExBootable74170
|
Node: ExBootable74172
|
||||||
Node: Files78352
|
Node: Files78354
|
||||||
Node: Seealso79447
|
Node: Seealso79449
|
||||||
Node: Bugreport80096
|
Node: Bugreport80098
|
||||||
Node: Legal80687
|
Node: Legal80689
|
||||||
Node: CommandIdx81584
|
Node: CommandIdx81586
|
||||||
Node: ConceptIdx96876
|
Node: ConceptIdx96878
|
||||||
|
|
||||||
End Tag Table
|
End Tag Table
|
||||||
|
@ -207,7 +207,7 @@ file type of disk_path. Directories get merged with the /-directory of the
|
|||||||
ISO image. Files of other types get copied into the /-directory.
|
ISO image. Files of other types get copied into the /-directory.
|
||||||
@*
|
@*
|
||||||
If -graft-points is present then each pathspec gets split at the first
|
If -graft-points is present then each pathspec gets split at the first
|
||||||
occurence of the =-character.
|
occurrence of the =-character.
|
||||||
The part before the = is taken as @strong{target}, i.e. the iso_rr_path for
|
The part before the = is taken as @strong{target}, i.e. the iso_rr_path for
|
||||||
the file object in the ISO image. The part after the first = is taken
|
the file object in the ISO image. The part after the first = is taken
|
||||||
as @strong{source}, i.e. the disk_path of the input object.
|
as @strong{source}, i.e. the disk_path of the input object.
|
||||||
@ -812,7 +812,7 @@ by such Linux kernels, consider to set -file_name_limit 253.
|
|||||||
The standard ECMA-119 demands that no path in the image shall have more
|
The standard ECMA-119 demands that no path in the image shall have more
|
||||||
than 8 name components or 255 characters. Therefore it would be necessary
|
than 8 name components or 255 characters. Therefore it would be necessary
|
||||||
to move deeper directory trees to a higher directory. Rock Ridge offers an
|
to move deeper directory trees to a higher directory. Rock Ridge offers an
|
||||||
opportunity to let these relocated directories appear at their orginal
|
opportunity to let these relocated directories appear at their original
|
||||||
deep position, but this feature might not be implemented properly by
|
deep position, but this feature might not be implemented properly by
|
||||||
operating systems which mount the image.
|
operating systems which mount the image.
|
||||||
@*
|
@*
|
||||||
|
Loading…
Reference in New Issue
Block a user