summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2000-11-16 22:28:02 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2000-11-16 22:28:02 (GMT)
commitbf2685ae4d4d75ffeac739694c66d3989c36a820 (patch)
tree0f262bf85f21c9183121ea6277f654e23768b6a0 /doc
parentc28059e5227b1bc9d3937b0838e5c2ff6dc2783d (diff)
downloadhdf5-bf2685ae4d4d75ffeac739694c66d3989c36a820.zip
hdf5-bf2685ae4d4d75ffeac739694c66d3989c36a820.tar.gz
hdf5-bf2685ae4d4d75ffeac739694c66d3989c36a820.tar.bz2
[svn-r2959] Purpose:
Minor copy-edits and formatting. Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/TechNotes.html15
-rw-r--r--doc/html/Tools.html20
2 files changed, 19 insertions, 16 deletions
diff --git a/doc/html/TechNotes.html b/doc/html/TechNotes.html
index a45c0fb..20e09eb 100644
--- a/doc/html/TechNotes.html
+++ b/doc/html/TechNotes.html
@@ -84,7 +84,7 @@ HDF5 Technical Notes&nbsp;&nbsp;
<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>
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index af77b66..0234fa7 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -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>