Clarifications about current state of fillup
This commit is contained in:
parent
5caba536b8
commit
bd10126c47
@ -2,7 +2,7 @@
|
|||||||
.\" First parameter, NAME, should be all caps
|
.\" First parameter, NAME, should be all caps
|
||||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||||
.\" other parameters are allowed: see man(7), man(1)
|
.\" other parameters are allowed: see man(7), man(1)
|
||||||
.TH CDRSKIN 1 "February 14, 2007"
|
.TH CDRSKIN 1 "February 15, 2007"
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.\"
|
.\"
|
||||||
.\" Some roff macros, for reference:
|
.\" Some roff macros, for reference:
|
||||||
@ -663,7 +663,7 @@ Use a separate fifo for each track.
|
|||||||
.BI \--fill_up_media
|
.BI \--fill_up_media
|
||||||
.B Caution:
|
.B Caution:
|
||||||
Option is still immature and likely to change.
|
Option is still immature and likely to change.
|
||||||
Problems arose with sequential DVD-RW.
|
Problems arose with sequential DVD-RW on one drive.
|
||||||
.br
|
.br
|
||||||
Expand the last track of the session to occupy all remaining free space on
|
Expand the last track of the session to occupy all remaining free space on
|
||||||
the media.
|
the media.
|
||||||
|
@ -1313,7 +1313,7 @@ void burn_write_opts_set_start_byte(struct burn_write_opts *opts, off_t value);
|
|||||||
|
|
||||||
/* ts A70213 */
|
/* ts A70213 */
|
||||||
/** Caution: still immature and likely to change. Problems arose with
|
/** Caution: still immature and likely to change. Problems arose with
|
||||||
sequential DVD-RW.
|
sequential DVD-RW on one drive.
|
||||||
|
|
||||||
Controls wether the whole available space of the media shall be filled up
|
Controls wether the whole available space of the media shall be filled up
|
||||||
by the last track of the last session.
|
by the last track of the last session.
|
||||||
@ -1522,7 +1522,7 @@ int burn_disc_get_multi_caps(struct burn_drive *d, enum burn_write_types wt,
|
|||||||
struct burn_multi_caps **caps, int flag);
|
struct burn_multi_caps **caps, int flag);
|
||||||
|
|
||||||
/** Removes from memory a multi session info structure which was returned by
|
/** Removes from memory a multi session info structure which was returned by
|
||||||
burn_disc_get_multi_caps(). The pointer *caps gets set o NULL.
|
burn_disc_get_multi_caps(). The pointer *caps gets set to NULL.
|
||||||
@param caps the info structure to dispose (note: pointer to pointer)
|
@param caps the info structure to dispose (note: pointer to pointer)
|
||||||
@return 0 : *caps was already NULL, 1 : memory object was disposed
|
@return 0 : *caps was already NULL, 1 : memory object was disposed
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user