Fixed typos in manual of xorrecord

This commit is contained in:
2015-11-29 16:35:35 +00:00
parent b4535e06f7
commit 4c7fec4fb6
3 changed files with 30 additions and 30 deletions

View File

@ -577,28 +577,28 @@ The same as padsize=15s. This was once sufficient with older GNU/Linux
kernels. Meanwhile one should at least use padsize=128k, if not padsize=300k.
@c man .TP
@item -data
@kindex -data explicitely announce a data track
@kindex -data explicitly announce a data track
@cindex Data track, announce, -data
Explicitly announce that the track source shall be recorded as data track,
and not as audio track. This option has no effect with @command{xorrecord},
because there is no support for other track formats anyway.
@c man .TP
@item -tao
@kindex -tao explicitely set write type TAO
@kindex -tao explicitly set write type TAO
@cindex Write type, TAO, -tao
Explicitly 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
given medium state, option -multi, and track source. Demanding it explicitly
prevents the start of a write run, if it is not appropriate to the situation.
@c man .TP
@item -sao
@kindex -sao explicitely set write type SAO/DAO
@kindex -sao explicitly set write type SAO/DAO
@cindex Write type, SAO/DAO, -sao
Explicitly 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.
@c man .TP
@item -dao
@kindex -dao explicitely set write type SAO/DAO
@kindex -dao explicitly set write type SAO/DAO
@cindex Write type, SAO/DAO, -dao
Alias of -sao.
@c man .TP