Implemented emulation for cdrecord option -immed

This commit is contained in:
2007-09-18 20:40:14 +00:00
parent c8e9249e9d
commit 190ad329fd
3 changed files with 23 additions and 2 deletions

View File

@ -447,6 +447,16 @@ option fifo_start_at=size.
.BI gracetime= seconds
Set the grace time before starting to write. (Default is 0)
.TP
.BI -immed
Equivalent to:
.br
modesty_on_drive=1:min_percent=75:max_percent=95
.br
The name of this cdrecord option stems from the "Immed" bit which can make some
long running drive commands asynchronous and thus eases the load on some
wiring hardware types. Regardless of option -immed, cdrskin uses asynchronous
commands where possible and appropriate.
.TP
.BI -inq
Print the identification of the drive and then exit.
.TP