diff --git a/cdrskin/cdrskin.1 b/cdrskin/cdrskin.1 index 21fba8b..305ed5b 100644 --- a/cdrskin/cdrskin.1 +++ b/cdrskin/cdrskin.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" 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. .\" .\" Some roff macros, for reference: @@ -663,7 +663,7 @@ Use a separate fifo for each track. .BI \--fill_up_media .B Caution: Option is still immature and likely to change. -Problems arose with sequential DVD-RW. +Problems arose with sequential DVD-RW on one drive. .br Expand the last track of the session to occupy all remaining free space on the media. diff --git a/libburn/libburn.h b/libburn/libburn.h index 65030f2..4182e05 100644 --- a/libburn/libburn.h +++ b/libburn/libburn.h @@ -1313,7 +1313,7 @@ void burn_write_opts_set_start_byte(struct burn_write_opts *opts, off_t value); /* ts A70213 */ /** 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 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); /** 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) @return 0 : *caps was already NULL, 1 : memory object was disposed */