summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-04-02 23:01:28 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-04-02 23:01:28 (GMT)
commitedf16f72d434185e20aa79ecc8095ba202d20898 (patch)
tree4d3e7cbb18969475eca52d293d6681fdc966b225 /doc
parent322edf254ebe89e07ba550f7e84f31bfef0baea0 (diff)
downloadhdf5-edf16f72d434185e20aa79ecc8095ba202d20898.zip
hdf5-edf16f72d434185e20aa79ecc8095ba202d20898.tar.gz
hdf5-edf16f72d434185e20aa79ecc8095ba202d20898.tar.bz2
[svn-r3754]
Purpose: Minor edits found while generating the PDF/PS doc set. Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/H5.intro.html18
-rw-r--r--doc/html/RM_H5.html5
-rw-r--r--doc/html/RM_H5P.html2
3 files changed, 14 insertions, 11 deletions
diff --git a/doc/html/H5.intro.html b/doc/html/H5.intro.html
index 6ee5f24..7a53bd5 100644
--- a/doc/html/H5.intro.html
+++ b/doc/html/H5.intro.html
@@ -246,10 +246,10 @@ HDF5 is currently in Release 1.<i>x</i> (HDF5 Release 1.<i>x</i>).
<H3><A NAME="Intro-Changes">Changes in the Current Release</A></H3>
<P>A detailed list of changes in HDF5 between the current release and
-the preceding major release can be found in the
-<a href="ADGuide/RELEASE.txt" target="ExtWin">RELEASE file</a>,
-with a summary in the document
-<a href="ADGuide/Changes.html">HDF5 Software Changes from Release to Release</a>
+the preceding major release can be found in the file
+<a href="ADGuide/RELEASE.txt" target="ExtWin"><code>RELEASE.txt</code></a>,
+with a highlights summary in the document
+"<a href="ADGuide/Changes.html">HDF5 Software Changes from Release to Release</a>"
in the
<a href="ADGuide.html"><cite>HDF5 Application Developer's Guide</cite></a>.
@@ -308,10 +308,10 @@ Atomic datatypes can also be system-specific, or <I><CODE>NATIVE</CODE></I>, and
<P>The datatypes that are supported in the current implementation are:
<UL>
-</FONT><LI>Integer datatypes: 8-bit, 16-bit, 32-bit, and 64-bit integers in both little and big-endian format.
-<LI>Floating-point numbers: IEEE 32-bit and 64-bit floating-point numbers in both little and big-endian format.
-<li>References.
-<LI>Strings.</UL>
+</FONT><LI>Integer datatypes: 8-bit, 16-bit, 32-bit, and 64-bit integers in both little and big-endian format
+<LI>Floating-point numbers: IEEE 32-bit and 64-bit floating-point numbers in both little and big-endian format
+<li>References
+<LI>Strings</UL>
<p>
<em><code>NATIVE</code> datatypes.</em> Although it is possible to describe nearly any kind of atomic datatype, most applications will use predefined datatypes that are supported by their compiler. In HDF5 these are called <i>native</i> datatypes. <CODE>NATIVE</CODE> datatypes are C-like datatypes that are generally supported by the hardware of the machine on which the library was compiled. In order to be portable, applications should almost always use the <CODE>NATIVE </CODE>designation to describe data values in memory.
@@ -3127,7 +3127,7 @@ Introduction to HDF5&nbsp;<br>
<tr><td align=left valign=top>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
-Last modified: 15 February 2001
+Last modified: 26 March 2001
<br>
Describes HDF5 Release 1.4, February 2001
diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html
index 4a339ed..a3d30a2 100644
--- a/doc/html/RM_H5.html
+++ b/doc/html/RM_H5.html
@@ -49,6 +49,9 @@ H5&nbsp;&nbsp;
These functions serve general-purpose needs of the HDF5 library
and it users.
+<p>
+<strong>The C Interfaces:</strong>
+
<table border=0>
<tr><td valign=top>
<ul>
@@ -366,7 +369,7 @@ H5&nbsp;&nbsp;
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
-Last modified: 19 February 2001
+Last modified: 20 March 2001
<br>
Describes HDF5 Release 1.4, February 2001
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html
index d747a9f..ecec394 100644
--- a/doc/html/RM_H5P.html
+++ b/doc/html/RM_H5P.html
@@ -3303,7 +3303,7 @@ facilitate moving easily between them.</i>
<code>fapl_id</code> is the identifier for the
file access property list currently in use.
<p>
- <code>fapl</code> is ...
+ <code>fapl</code> is the file access property list.
<p>
The <code>H5FD_stream_fapl_t</code> struct contains the following
elements: