New -stdio_sync option "end", -as mkisofs default is now --stdio_sync "off"
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 "Version 1.3.7, Apr 04, 2014"
|
||||
.TH XORRISO 1 "Version 1.3.7, Apr 07, 2014"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2811,11 +2811,12 @@ or BD media. A number of 64 KB may improve throughput with bus systems which
|
||||
show latency problems. The default depends on media type, on command
|
||||
\-stream_recording , and on compile time options.
|
||||
.TP
|
||||
\fB\-stdio_sync\fR "on"|"off"|number
|
||||
\fB\-stdio_sync\fR "on"|"off"|"end"|number
|
||||
Set the number of bytes after which to force output to stdio: pseudo drives.
|
||||
This forcing keeps the memory from being clogged with lots of
|
||||
pending data for slow devices. Default "on" is the same as "16m".
|
||||
Forced output can be disabled by "off".
|
||||
Forced output can be disabled by "off", or be delayed by "end" until all
|
||||
data are produced. If a number is chosen, then it must be at least 64k.
|
||||
.TP
|
||||
\fB\-dummy\fR "on"|"off"
|
||||
If "on" then simulate burning or refuse with FAILURE event if
|
||||
@ -4300,7 +4301,8 @@ will be applied only to files which are present in the ISO image when
|
||||
the command \-as ends. If you use several \-as mkisofs commands in the same
|
||||
run, then consider to put such options into the last \-as command.
|
||||
.br
|
||||
\-pacifier gets set to "mkisofs" if files are added to the image.
|
||||
If files are added to the image, then \-pacifier gets set to "mkisofs" and
|
||||
\-stdio_sync is defaulted to "off" if no such setting was made yet.
|
||||
.br
|
||||
\-graft\-points is equivalent to \-pathspecs on. Note that pathspecs without "="
|
||||
are interpreted differently than with \fBxorriso\fR command \-add.
|
||||
|
Reference in New Issue
Block a user