Fixed typos in manual of xorrecord

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

View File

@ -419,7 +419,7 @@ because there is no support for other track formats anyway.
\fB\-tao\fR
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.
.TP
\fB\-sao\fR

View File

@ -405,8 +405,8 @@ padsize=size
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 prevents the start of a write
run, if it is not appropriate to the situation.
source. Demanding it explicitly prevents the start of a write run,
if it is not appropriate to the situation.
-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
@ -856,8 +856,8 @@ File: xorrecord.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* --no_rc do not execute xorriso startup files: NonCdrecord. (line 8)
* -atip inquire medium state: Inquire. (line 14)
* -checkdrive inquire drive CD capabilities: Inquire. (line 11)
* -dao explicitely set write type SAO/DAO: SetBurn. (line 172)
* -data explicitely announce a data track: SetBurn. (line 157)
* -dao explicitly set write type SAO/DAO: SetBurn. (line 172)
* -data explicitly announce a data track: SetBurn. (line 157)
* -dummy control write simulation: SetBurn. (line 106)
* -eject finally eject drive tray: SetBurn. (line 211)
* -help print sparse overview of options: Verbous. (line 30)
@ -870,8 +870,8 @@ File: xorrecord.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* -multi keep media appendable after burn run: SetBurn. (line 89)
* -nopad disable adding of bytes to end of track: SetBurn. (line 151)
* -pad add 15 blocks to end of track: SetBurn. (line 153)
* -sao explicitely set write type SAO/DAO: SetBurn. (line 168)
* -tao explicitely set write type TAO: SetBurn. (line 162)
* -sao explicitly set write type SAO/DAO: SetBurn. (line 168)
* -tao explicitly set write type TAO: SetBurn. (line 162)
* -toc inquire medium content: Inquire. (line 22)
* -v increase program verbosity: Verbous. (line 16)
* -V log SCSI command transactions to stderr: Verbous. (line 20)
@ -970,23 +970,23 @@ Node: Options5885
Node: DriveAddr6253
Node: Inquire7618
Node: SetBurn10487
Node: Verbous20937
Node: NonCdrecord22487
Node: Examples28241
Node: ExDevices28902
Node: ExMedium29120
Node: ExBlank29383
Node: ExFormat29604
Node: ExDeformat30122
Node: ExIsoSingle30389
Node: ExIsoMulti30673
Node: ExIsoFly32307
Node: ExAfio32978
Node: Files33976
Node: Seealso34532
Node: Bugreport34895
Node: Legal35486
Node: CommandIdx36415
Node: ConceptIdx39691
Node: Verbous20936
Node: NonCdrecord22486
Node: Examples28240
Node: ExDevices28901
Node: ExMedium29119
Node: ExBlank29382
Node: ExFormat29603
Node: ExDeformat30121
Node: ExIsoSingle30388
Node: ExIsoMulti30672
Node: ExIsoFly32306
Node: ExAfio32977
Node: Files33975
Node: Seealso34531
Node: Bugreport34894
Node: Legal35485
Node: CommandIdx36414
Node: ConceptIdx39690

End Tag Table

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