New -as cdrecord options -tao -sao -dao

This commit is contained in:
2012-07-08 17:14:22 +00:00
parent 70edee7c81
commit b091400f3b
5 changed files with 96 additions and 40 deletions

View File

@ -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 XORRECORD 1 "Version 1.2.3, Apr 02, 2012"
.TH XORRECORD 1 "Version 1.2.3, Jul 08, 2012"
.\" Please adjust this date whenever revising the manpage.
.\"
.\" Some roff macros, for reference:
@ -411,6 +411,19 @@ Explicitely announce that the track source shall be recorded as data track,
and not as audio track. This option has no effect with \fBxorrecord\fR,
because there is no support for other track formats anyway.
.TP
\fB\-tao\fR
Explicitely demand that write type TAO shall be used for CD, or Incremental
for DVD\-R. Normally the program will choose the write type according to the
given medium state, option \-multi, and track source. Demanding it explicitely
prevents the start of a write run, if it is not appropriate to the situation.
.TP
\fB\-sao\fR
Explicitely demand that write type SAO shall be used for CD, or DAO for DVD\-R.
This might prevent the write run, if it is not appropriate to the situation.
.TP
\fB\-dao\fR
Alias of \-sao.
.TP
\fBfs=size\fR
Set the size of the program fifo buffer to the given value
rather than the default of 4m.