New command -use_immed_bit, new -as cdrecord option use_immed_bit=
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.4.5, Jul 20, 2016"
|
||||
.TH XORRISO 1 "Version 1.4.5, Jul 30, 2016"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -3004,6 +3004,18 @@ Default is:
|
||||
\-modesty_on_drive off:min_percent=90:max_percent=95:
|
||||
timeout_sec=120:min_usec=5000:max_usec=25000
|
||||
.TP
|
||||
\fB\-use_immed_bit\fR "on"|"off"|"default"
|
||||
Control whether several long lasting SCSI commands shall be executed with the
|
||||
Immed bit, which makes the commands end early while the drive operation is
|
||||
still going on. xorriso then inquires progress indication until the drive
|
||||
reports to be ready again. If this feature is turned off, then blanking and
|
||||
formatting will show no progress indication.
|
||||
.br
|
||||
It may depend on the operating system whether \-use_immed_bit is set to "off"
|
||||
by default. Command \-status will tell by appending "/on" or "/off" if a drive
|
||||
has already been acquired and \-use_immed_bit is currently set to "default".
|
||||
Command \-use_immed_bit tolerates and ignores such appended text.
|
||||
.TP
|
||||
\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
|
||||
|
Reference in New Issue
Block a user