Reacted on complaints of lintian spelling check
This commit is contained in:
parent
b51b3e8532
commit
fca6e259da
@ -58,7 +58,7 @@
|
|||||||
extern struct isoburn *isoburn_list_start; /* in isoburn.c */
|
extern struct isoburn *isoburn_list_start; /* in isoburn.c */
|
||||||
|
|
||||||
/* Default values for application provided msgs_submit methods.
|
/* Default values for application provided msgs_submit methods.
|
||||||
To be attached to newly aquired drives.
|
To be attached to newly acquired drives.
|
||||||
Storage location is isoburn.c
|
Storage location is isoburn.c
|
||||||
*/
|
*/
|
||||||
extern int (*libisoburn_default_msgs_submit)
|
extern int (*libisoburn_default_msgs_submit)
|
||||||
|
@ -88,7 +88,7 @@ int ds_read_block(IsoDataSource *src, uint32_t lba, uint8_t *buffer)
|
|||||||
struct isoburn_cached_drive *icd;
|
struct isoburn_cached_drive *icd;
|
||||||
|
|
||||||
if(src == NULL || buffer == NULL)
|
if(src == NULL || buffer == NULL)
|
||||||
/* It is not required by the specs of libisofs but implicitely assumed
|
/* It is not required by the specs of libisofs but implicitly assumed
|
||||||
by its current implementation that a data source read result <0 is
|
by its current implementation that a data source read result <0 is
|
||||||
a valid libisofs error code.
|
a valid libisofs error code.
|
||||||
*/
|
*/
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/* Default values for application provided msgs_submit methods.
|
/* Default values for application provided msgs_submit methods.
|
||||||
To be attached to newly aquired drives.
|
To be attached to newly acquired drives.
|
||||||
*/
|
*/
|
||||||
int (*libisoburn_default_msgs_submit)
|
int (*libisoburn_default_msgs_submit)
|
||||||
(void *handle, int error_code, char msg_text[],
|
(void *handle, int error_code, char msg_text[],
|
||||||
|
@ -354,7 +354,7 @@ struct isoburn_read_opts {
|
|||||||
* Enable or disable methods to automatically choose an input charset.
|
* Enable or disable methods to automatically choose an input charset.
|
||||||
* This eventually overrides input_charset.
|
* This eventually overrides input_charset.
|
||||||
*
|
*
|
||||||
* bit0= allow to set the input character set automatically from
|
* bit0= set the input character set automatically from
|
||||||
* attribute "isofs.cs" of root directory
|
* attribute "isofs.cs" of root directory
|
||||||
*/
|
*/
|
||||||
int auto_input_charset;
|
int auto_input_charset;
|
||||||
|
@ -872,10 +872,10 @@ int isoburn_ropt_get_data_cache(struct isoburn_read_opts *o,
|
|||||||
Do not load eventual inode numbers from RRIP entry PX,
|
Do not load eventual inode numbers from RRIP entry PX,
|
||||||
but generate a new unique inode number for each imported
|
but generate a new unique inode number for each imported
|
||||||
IsoNode object.
|
IsoNode object.
|
||||||
PX inode numbers allow to mark families of hardlinks by
|
PX inode numbers mark families of hardlinks by giving all
|
||||||
giving all family members the same inode number. libisofs
|
family members the same inode number. libisofs keeps the
|
||||||
keeps the PX inode numbers unaltered when IsoNode objects
|
PX inode numbers unaltered when IsoNode objects get
|
||||||
get written into an ISO image.
|
written into an ISO image.
|
||||||
bit9= nomd5
|
bit9= nomd5
|
||||||
@since 0.4.2
|
@since 0.4.2
|
||||||
Do not load the eventual MD5 checksum array.
|
Do not load the eventual MD5 checksum array.
|
||||||
@ -974,7 +974,7 @@ int isoburn_ropt_get_input_charset(struct isoburn_read_opts *o,
|
|||||||
@since 0.3.8
|
@since 0.3.8
|
||||||
@param o The option set to work on
|
@param o The option set to work on
|
||||||
@param mode Bitfield for control purposes:
|
@param mode Bitfield for control purposes:
|
||||||
bit0= allow to set the input character set automatically from
|
bit0= set the input character set automatically from
|
||||||
attribute "isofs.cs" of root directory.
|
attribute "isofs.cs" of root directory.
|
||||||
Submit any other bits with value 0.
|
Submit any other bits with value 0.
|
||||||
@return 1 success, <=0 failure
|
@return 1 success, <=0 failure
|
||||||
@ -1626,7 +1626,7 @@ int isoburn_igopt_get_system_area(struct isoburn_imgen_opts *o,
|
|||||||
and directory trees, together with a partition table in the MBR where the
|
and directory trees, together with a partition table in the MBR where the
|
||||||
first partition has non-zero start address and the others are zeroed.
|
first partition has non-zero start address and the others are zeroed.
|
||||||
The first partition stretches to the end of the whole ISO image.
|
The first partition stretches to the end of the whole ISO image.
|
||||||
The additional volume descriptor set and trees will allow to mount the
|
The additional volume descriptor set and trees can be used to mount the
|
||||||
ISO image at the start of the first partition, while it is still possible
|
ISO image at the start of the first partition, while it is still possible
|
||||||
to mount it via the normal first volume descriptor set and tree at the
|
to mount it via the normal first volume descriptor set and tree at the
|
||||||
start of the image or storage device.
|
start of the image or storage device.
|
||||||
@ -1656,7 +1656,7 @@ int isoburn_igopt_get_part_offset(struct isoburn_imgen_opts *opts,
|
|||||||
int *secs_512_per_head, int *heads_per_cyl);
|
int *secs_512_per_head, int *heads_per_cyl);
|
||||||
|
|
||||||
|
|
||||||
/** Explicitely set the four timestamps of the emerging ISO image.
|
/** Explicitly set the four timestamps of the emerging ISO image.
|
||||||
Default with all parameters is 0.
|
Default with all parameters is 0.
|
||||||
@since 0.5.4
|
@since 0.5.4
|
||||||
@param opts
|
@param opts
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2015.09.17.161956"
|
#define Xorriso_timestamP "2015.09.20.124012"
|
||||||
|
Loading…
Reference in New Issue
Block a user