diff --git a/libisoburn/trunk/libisoburn/libisoburn.h b/libisoburn/trunk/libisoburn/libisoburn.h index 02e899df..96018b43 100644 --- a/libisoburn/trunk/libisoburn/libisoburn.h +++ b/libisoburn/trunk/libisoburn/libisoburn.h @@ -2,7 +2,7 @@ /* Lower level API definition of libisoburn. - Copyright 2007-2015 Vreixo Formoso Lopes + Copyright 2007-2016 Vreixo Formoso Lopes and Thomas Schmitt Provided under GPL version 2 or later. */ @@ -1735,7 +1735,7 @@ int isoburn_igopt_detach_jte(struct isoburn_imgen_opts *opts, @since 0.6.4 @param opts The option set to work on - @aram num_blocks + @param num_blocks Number of extra 2 kB blocks to be written by libisofs. @return 1 success, <=0 failure */ @@ -1817,7 +1817,7 @@ int isoburn_igopt_get_efi_bootp(struct isoburn_imgen_opts *opts, File address in the local file system. With SUN Disk Label: an empty name causes the partition to become a copy of the next lower partition. - @param image_type + @param partition_type The MBR partition type. E.g. FAT12 = 0x01 , FAT16 = 0x06, Linux Native Partition = 0x83. See fdisk command L. This parameter is ignored with SUN Disk Label. @@ -2105,7 +2105,7 @@ int isoburn_igopt_get_write_type(struct isoburn_imgen_opts *opts, int *do_tao); @since 1.2.4 @param opts The option set to be manipulated or inquired. - @parm do_sync + @param do_sync 1= call fsync(2) with stdio drives in isoburn_activate_session() 0= do not @return diff --git a/libisoburn/trunk/xorriso/xorriso_timestamp.h b/libisoburn/trunk/xorriso/xorriso_timestamp.h index d8fd3da5..96c671d9 100644 --- a/libisoburn/trunk/xorriso/xorriso_timestamp.h +++ b/libisoburn/trunk/xorriso/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2016.02.05.145901" +#define Xorriso_timestamP "2016.02.07.194339"