diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2002-07-05 20:00:42 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2002-07-05 20:00:42 (GMT) |
commit | 9dfac0b4656a2ac9c117835bca3ba787ea8d66b7 (patch) | |
tree | bbf7f9395110da70cc87d8530faccb78dddbbd90 | |
parent | c84a46f49b5166af5b10b7d7b3341d8d1ab551ed (diff) | |
download | hdf5-9dfac0b4656a2ac9c117835bca3ba787ea8d66b7.zip hdf5-9dfac0b4656a2ac9c117835bca3ba787ea8d66b7.tar.gz hdf5-9dfac0b4656a2ac9c117835bca3ba787ea8d66b7.tar.bz2 |
[svn-r5767]
Purpose:
Clarification regarding sizes of some super block elements.
Description:
Added note to "HDF5 Super Block Layout" table that the last 5 items
are of the size specified in 'Size of Offsets'.
Platforms tested:
IE 5
-rw-r--r-- | doc/html/H5.format.html | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/doc/html/H5.format.html b/doc/html/H5.format.html index 8553452..acae16e 100644 --- a/doc/html/H5.format.html +++ b/doc/html/H5.format.html @@ -268,25 +268,35 @@ Elena> "Free-space object" </tr> <tr align=center> - <td colspan=4>Base Address</td> + <td colspan=4>Base Address*</td> </tr> <tr align=center> - <td colspan=4>Address of Global Free-space Heap</td> + <td colspan=4>Address of Global Free-space Heap*</td> </tr> <tr align=center> - <td colspan=4>End of File Address</td> + <td colspan=4>End of File Address*</td> </tr> <tr align=center> - <td colspan=4>Driver Information Block Address</td> + <td colspan=4>Driver Information Block Address*</td> </tr> <tr align=center> - <td colspan=4><br>Root Group Address<br><br></td> + <td colspan=4>Root Group Address*</td> </tr> </table> + + <table width="80%" border=0> + <tr><td> + <div align=right> + (Items marked with an asterisk (*) in the above table + <br> + are of the size specified in "Size of Offsets.") + </div> + </td></tr> + </table> </center> <p> @@ -2862,7 +2872,7 @@ Elena> "Free-space object" <dd>This four-bit value specifies the character set to be used for encoding the string.</dd> <dt>0 8-bit ASCII</dt> - <dd>As of this writing (June 2002, Release 1.4.4), + <dd>As of this writing (July 2002, Release 1.4.4), 8-bit ASCII is the only character set supported. Therefore, no translations have been defined.</dd></dl> </td> @@ -4076,7 +4086,7 @@ in the structure, with each item formatted according to its datatype. --> <address><a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a></address> <!-- hhmts start --> -Last modified: 1 July 2002 +Last modified: 5 July 2002 <!-- hhmts end --> <br> |