Reacted on complaints of lintian spelling check

This commit is contained in:
2015-09-20 12:51:53 +00:00
parent fca6e259da
commit 06b2949040
19 changed files with 320 additions and 315 deletions

View File

@ -397,18 +397,18 @@ padsize=size
GNU/Linux kernels. Meanwhile one should at least use padsize=128k,
if not padsize=300k.
-data
Explicitely announce that the track source shall be recorded as
data track, and not as audio track. This option has no effect with
Explicitly announce that the track source shall be recorded as data
track, and not as audio track. This option has no effect with
'xorrecord', because there is no support for other track formats
anyway.
-tao
Explicitely demand that write type TAO shall be used for CD, or
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.
-sao
Explicitely demand that write type SAO shall be used for CD, or DAO
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.
-dao
@ -566,13 +566,17 @@ modesty_on_drive=parameter[:parameters]
are interpreted as "on:min_percent=".
E.g.: modesty_on_drive=75
The optimal values depend on the buffer behavior of the drive.
There are also timing parameters "timeout_sec=", "min_usec=",
"max_usec=". Read the description of
burn_drive_set_buffer_waiting() in libburn.h, before setting them
to non-default values.
Parameter "timeout_sec=" defines after which time of unsuccessful
waiting the modesty shall be disabled because it does not work.
Parameter "min_usec=" defines the initial sleeping period in
microseconds. If the drive buffer appears to be too full for
sending more data, the program will wait the given time and inquire
the buffer fill state again. If repeated inquiry shows not enough
free space, the sleep time will slowly be increased to what
parameter "max_usec=" defines.
Parameters, which are not mentioned with a modesty_on_drive=
option, stay unchanged. Default is:
modesty_on_drive=off:min_percent=65:max_percent=95
modesty_on_drive=off:min_percent=90:max_percent=95:timeout_sec=120:min_usec=5000:max_usec=25000
write_start_address=value
Set the block address on overwritable media where to start writing
the track. With DVD+RW, DVD-RAM or BD-RE, byte_offset must be
@ -881,12 +885,12 @@ File: xorrecord.info, Node: CommandIdx, Next: ConceptIdx, Prev: Legal, Up: T
* minbuf= keep drive buffer hungry: SetBurn. (line 205)
* padsize= add bytes to end of track: SetBurn. (line 144)
* speed= set write speed: SetBurn. (line 189)
* stdio_sync= control stdio buffer: NonCdrecord. (line 93)
* stdio_sync= control stdio buffer: NonCdrecord. (line 97)
* stream_recording= try to get full speed on DVD-RAM, BD: NonCdrecord.
(line 39)
* tsize= set a fixed track size: SetBurn. (line 126)
* write_start_address= set block address for write start: NonCdrecord.
(line 87)
(line 91)

File: xorrecord.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
@ -943,11 +947,11 @@ File: xorrecord.info, Node: ConceptIdx, Prev: CommandIdx, Up: Top
* Version, report, -version: Verbous. (line 8)
* Write simulation , control, -dummy: SetBurn. (line 106)
* Write start address, set, write_start_address=: NonCdrecord.
(line 87)
(line 91)
* Write type, SAO/DAO, -dao: SetBurn. (line 172)
* Write type, SAO/DAO, -sao: SetBurn. (line 168)
* Write type, TAO, -tao: SetBurn. (line 162)
* Write, buffer syncing, stdio_sync=: NonCdrecord. (line 93)
* Write, buffer syncing, stdio_sync=: NonCdrecord. (line 97)
* Write, drive buffer, -immed: SetBurn. (line 208)
* Write, drive buffer, minbuf=: SetBurn. (line 205)
* Write, drive buffer, modesty_on_drive=: NonCdrecord. (line 56)
@ -966,23 +970,23 @@ Node: Options5885
Node: DriveAddr6253
Node: Inquire7618
Node: SetBurn10487
Node: Verbous20940
Node: NonCdrecord22490
Node: Examples27889
Node: ExDevices28550
Node: ExMedium28768
Node: ExBlank29031
Node: ExFormat29252
Node: ExDeformat29770
Node: ExIsoSingle30037
Node: ExIsoMulti30321
Node: ExIsoFly31955
Node: ExAfio32626
Node: Files33624
Node: Seealso34180
Node: Bugreport34543
Node: Legal35134
Node: CommandIdx36063
Node: ConceptIdx39339
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

End Tag Table