[svn-r2959] Purpose:

Minor copy-edits and formatting.
Platforms tested:
    IE 5
This commit is contained in:
Frank Baker 2000-11-16 17:28:02 -05:00
parent c28059e522
commit bf2685ae4d
2 changed files with 19 additions and 16 deletions

View File

@ -84,7 +84,7 @@ HDF5 Technical Notes  
<tr><td valign=top><a href="TechNotes/VFL.html">Virtual File Layer</a>
</td><td>&nbsp;</td><td valign=top>
A description of the HDF5 virtual file layer (VFL),
enabling the implementation of custom I/O drivers
a public API for the implementation of custom I/O drivers
</td></tr>
<tr><td valign=top><a href="TechNotes/VFLfunc.html">List of VFL Functions</a>
@ -170,21 +170,24 @@ HDF5 Technical Notes&nbsp;&nbsp;
</td></tr>
<tr><td valign=top>
<a href="TechNotes/ThreadSafeLibrary.html">Thread Safe HDF5 Library Implementation</a>
<a href="TechNotes/ThreadSafeLibrary.html">Thread Safe HDF5 Library</a>
<br>&nbsp;&nbsp;&nbsp;&nbsp;
<a href="TechNotes/ThreadSafeLibrary.html">Implementation</a>
</td><td>&nbsp;</td><td valign=top>
A report on the implementation of a thread safe HDF5 library
A report on the implementation of a thread safe HDF5 library.
</td></tr>
<tr><td valign=top>
<a href="TechNotes/openmp-hdf5.html">Using HDF5 with OpenMP</a>
</td><td>&nbsp;</td><td valign=top>
A short report on using HDF5 with OpenMP
A short report on using HDF5 with OpenMP.
</td></tr>
<tr><td valign=top><a href="TechNotes/SWControls.html">HDF5 Software Controls</a>
</td><td>&nbsp;</td><td valign=top>
A descriptions knobs and turns such as environment variables and settings
that controls the functionalities of HDF5 libraries and tools.
Descriptions of the HDF5 knobs and controls, such as the
environment variables and settings that control the functionality
of the HDF5 libraries and tools.
</td></tr>
</table>

View File

@ -210,22 +210,22 @@ These tools enable the user to examine HDF5 files interactively.
<li>Data type
<ul>
<li>integer type
<dt>- H5T_STD_I8BE, H5T_STD_I8LE, H5T_STD_I16BE, ...
<dt>- H5T_STD_I8BE, H5T_STD_I8LE, H5T_STD_I16BE, ...
<li>floating point type
<dt>- H5T_IEEE_F32BE, H5T_IEEE_F32LE, H5T_IEEE_F64BE, ...
<dt>- H5T_IEEE_F32BE, H5T_IEEE_F32LE, H5T_IEEE_F64BE, ...
<li>string type
<li>compound type
<dt>- named, unnamed and transient compound type
<dt>- integer, floating or string type member
<dt>- named, unnamed and transient compound type
<dt>- integer, floating or string type member
<li>opaque types
<li>reference type
<dt>- object references
<dt>- data regions
<dt>- object references
<dt>- data regions
<li>enum type
<li>variable length datatypes
<dt>- atomic types only
<dt>- scalar or single dimensional array of variable length
types supported
<li>variable-length datatypes
<dt>- atomic types only
<dt>- scalar or single dimensional array of variable-length
types supported
</ul>
<li>Data space
<ul>