New -close mode "as_needed"
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.3, Oct 08, 2013"
|
||||
.TH XORRISO 1 "Version 1.3.3, Oct 14, 2013"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2769,12 +2769,21 @@ is 4 MiB, minimum 64 kiB, maximum 1 GiB.
|
||||
The number may be followed by letter "k" or "m"
|
||||
which means unit is kiB (= 1024) or MiB (= 1024 kiB).
|
||||
.TP
|
||||
\fB\-close\fR "on"|"off"
|
||||
If "on" then mark the written medium as not appendable
|
||||
any more (if possible at all with the given type of target media).
|
||||
.br
|
||||
This is the contrary of cdrecord, wodim, cdrskin command \-multi,
|
||||
\fB\-close\fR "on"|"off"|"as_needed"
|
||||
If \-close is set to "on" then mark the written medium as not appendable
|
||||
any more. This will have no effect on overwritable media types.
|
||||
Setting "on" is the contrary of cdrecord option \-multi,
|
||||
and is one aspect of growisofs option \-dvd\-compat.
|
||||
.br
|
||||
If set to "off" then keep the medium writable for an appended session.
|
||||
.br
|
||||
If set to "as_needed" then use "on" only if "off" is predicted to
|
||||
fail with the given medium and its state. But not all drives correctly
|
||||
recognize fast\-blanked DVD\-RW which need "on".
|
||||
.br
|
||||
Note that emulation command \-as "cdrecord" temporarily overrides
|
||||
the current setting of \-close by its own default \-close "on" if
|
||||
its option \-multi is missing.
|
||||
.TP
|
||||
\fB\-write_type\fR "auto"|"tao"|"sao/dao"
|
||||
Set the write type for the next burn run. "auto" will select SAO with blank
|
||||
|
Reference in New Issue
Block a user