Micro corrections in comment text

This commit is contained in:
Thomas Schmitt 2008-02-14 07:41:51 +00:00
parent 4cb6706307
commit ff1ad50119
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2008.02.11.190802" #define Cdrskin_timestamP "2008.02.14.074108"

View File

@ -809,8 +809,7 @@ void burn_allow_untested_profiles(int yes);
(cdrom/burner). Thus use with driveno 0 only. On failure (cdrom/burner). Thus use with driveno 0 only. On failure
the array has no valid elements at all. the array has no valid elements at all.
The returned array should be freed via burn_drive_info_free() The returned array should be freed via burn_drive_info_free()
when it is no longer needed, and before calling a scan when it is no longer needed.
function again.
This is a result from call burn_drive_scan(). See there. This is a result from call burn_drive_scan(). See there.
Use with driveno 0 only. Use with driveno 0 only.
@param adr The persistent address of the desired drive. Either once @param adr The persistent address of the desired drive. Either once
@ -1107,6 +1106,7 @@ off_t burn_disc_available_space(struct burn_drive *d,
int burn_disc_get_profile(struct burn_drive *d, int *pno, char name[80]); int burn_disc_get_profile(struct burn_drive *d, int *pno, char name[80]);
/** Tells whether a disc can be erased or not /** Tells whether a disc can be erased or not
@param d The drive to inquire.
@return Non-zero means erasable @return Non-zero means erasable
*/ */
int burn_disc_erasable(struct burn_drive *d); int burn_disc_erasable(struct burn_drive *d);
@ -2258,7 +2258,7 @@ void burn_set_signal_handling(void *handle, burn_abort_handler_t handler,
drive buffer without further data transfer). drive buffer without further data transfer).
@param flag Bitfield for control purposes: @param flag Bitfield for control purposes:
bit0 = flush the drive buffer after eventual writing bit0 = flush the drive buffer after eventual writing
@return 1=sucessful , <=0 : number of tranfered bytes * -1 @return 1=sucessful , <=0 : number of transfered bytes * -1
*/ */
int burn_random_access_write(struct burn_drive *d, off_t byte_address, int burn_random_access_write(struct burn_drive *d, off_t byte_address,
char *data, off_t data_count, int flag); char *data, off_t data_count, int flag);