Corrected help text of iso_image_report_system_area()

This commit is contained in:
Thomas Schmitt 2014-05-08 20:07:46 +02:00
parent c07f42dfd4
commit 1df1642a61
1 changed files with 13 additions and 13 deletions

View File

@ -3736,12 +3736,12 @@ int iso_image_get_system_area(IsoImage *img, char data[32768],
" conversion factor between MBR C/H/S address and LBA. 0=inconsistent.", \ " conversion factor between MBR C/H/S address and LBA. 0=inconsistent.", \
" MBR secs per head : decimal", \ " MBR secs per head : decimal", \
" conversion factor between MBR C/H/S address and LBA. 0=inconsistent.", \ " conversion factor between MBR C/H/S address and LBA. 0=inconsistent.", \
" MBR partition table: N Status Type Start Blocks", \ " MBR partition table: N Status Type Start Blocks", \
" headline for MBR partition table.", \ " headline for MBR partition table.", \
" MBR partition : X hex hex decimal decimal", \ " MBR partition : X hex hex decimal decimal", \
" gives partition number, status byte, type byte, start block,", \ " gives partition number, status byte, type byte, start block,", \
" and number of blocks. 512 bytes per block.", \ " and number of blocks. 512 bytes per block.", \
" MBR partition path : X path", \ " MBR partition path : X path", \
" the path of a file in the ISO image which begins at the partition", \ " the path of a file in the ISO image which begins at the partition", \
" start block of partition X.", \ " start block of partition X.", \
" PReP boot partition: decimal decimal", \ " PReP boot partition: decimal decimal", \
@ -3815,32 +3815,32 @@ int iso_image_get_system_area(IsoImage *img, char data[32768],
#define ISO_SYSAREA_REPORT_DOC_APM \ #define ISO_SYSAREA_REPORT_DOC_APM \
\ \
"Apple partition map can coexist with MBR and GPT:", \ "Apple partition map can coexist with MBR and GPT:", \
" APM : N Info", \ " APM : N Info", \
" headline for human readers.", \ " headline for human readers.", \
" APM block size : decimal", \ " APM block size : decimal", \
" block size of Apple Partition Map. 512 or 2048. This applies to", \ " block size of Apple Partition Map. 512 or 2048. This applies to", \
" start address and size of all partitions in the APM.", \ " start address and size of all partitions in the APM.", \
" APM gap fillers : decimal", \ " APM gap fillers : decimal", \
" tells the number of partitions with name \"Gap[0-9[0-9]]\" and type", \ " tells the number of partitions with name \"Gap[0-9[0-9]]\" and type", \
" \"ISO9660_data\".", \ " \"ISO9660_data\".", \
" APM partition name : X text", \ " APM partition name : X text", \
" the name of partition X. Up to 32 characters.", \ " the name of partition X. Up to 32 characters.", \
" APM partition type : X text", \ " APM partition type : X text", \
" the type string of partition X. Up to 32 characters.", \ " the type string of partition X. Up to 32 characters.", \
" APM start and size : X decimal decimal", \ " APM start and size : X decimal decimal", \
" start block and number of blocks of partition X.", \ " start block and number of blocks of partition X.", \
" APM partition path : X path", \ " APM partition path : X path", \
" the path of a file in the ISO image which begins at the partition", \ " the path of a file in the ISO image which begins at the partition", \
" start block of partition X.", \ " start block of partition X.", \
"" ""
#define ISO_SYSAREA_REPORT_DOC_MIPS \ #define ISO_SYSAREA_REPORT_DOC_MIPS \
\ \
"If a MIPS Big Endian Volume Header is detected, there may be:", \ "If a MIPS Big Endian Volume Header is detected, there may be:", \
" MIPS-BE volume dir : N Name Block Bytes", \ " MIPS-BE volume dir : N Name Block Bytes", \
" headline for human readers.", \ " headline for human readers.", \
" MIPS-BE boot entry : X upto8chr decimal decimal", \ " MIPS-BE boot entry : X upto8chr decimal decimal", \
" tells name, 512-byte block address, and byte count of boot entry X.", \ " tells name, 512-byte block address, and byte count of boot entry X.", \
" MIPS-BE boot path : X path", \ " MIPS-BE boot path : X path", \
" tells the path to the boot image file in the ISO image which belongs", \ " tells the path to the boot image file in the ISO image which belongs", \
" to the block address given by boot entry X.", \ " to the block address given by boot entry X.", \
"", \ "", \