summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-07-06 02:20:36 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-07-06 02:20:36 (GMT)
commit35f7cbbac596adb8f91404605cbd4b3366d64f75 (patch)
tree0a4bb35f68b505fc1fd8fcd007bd695599d2157f /doc
parent2ec7e1b27008a3880495fe2b8bd51f1843531d62 (diff)
downloadhdf5-35f7cbbac596adb8f91404605cbd4b3366d64f75.zip
hdf5-35f7cbbac596adb8f91404605cbd4b3366d64f75.tar.gz
hdf5-35f7cbbac596adb8f91404605cbd4b3366d64f75.tar.bz2
[svn-r4125]
Purpose: Bugfixes. Description: Solution: [details about the changes, algorithm, etc...] [Please as detail as you can since your own explanation is better than others guessing it from the code.] Platforms tested: [machines you have tested the changed version. This is absolute important. Test it out on at least two or three different platforms such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and 64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5F.html4
-rw-r--r--doc/html/RM_H5T.html5
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html
index f09a1bb..94f2643 100644
--- a/doc/html/RM_H5F.html
+++ b/doc/html/RM_H5F.html
@@ -447,11 +447,11 @@ facilitate moving easily between them.</i>
<p>
<strong>EXCEPTION:</strong>
Note the following deviation from the above-described behavior.
- If <code>H5close</code> is called for a file but one or more
+ If <code>H5Fclose</code> is called for a file but one or more
objects within the file remain open, those objects will remain
accessible until they are individually closed.
Thus, if the dataset <code>data_sample</code> is open when
- <code>H5close</code> is called for the file containing it,
+ <code>H5Fclose</code> is called for the file containing it,
<code>data_sample</code> will remain open and accessible
(including writable) until it is explicitely closed.
The file will be automatically closed once all objects in the
diff --git a/doc/html/RM_H5T.html b/doc/html/RM_H5T.html
index 730395f..4a7a0c5 100644
--- a/doc/html/RM_H5T.html
+++ b/doc/html/RM_H5T.html
@@ -822,6 +822,7 @@ H5Tget_overflow ()
<li><code>H5T_REFERENCE</code>
<li><code>H5T_ENUM</code>
<li><code>H5T_VLEN</code>
+ <li><code>H5T_ARRAY</code>
</ul>
<dt><strong>Parameters:</strong>
<dl>
@@ -830,7 +831,7 @@ H5Tget_overflow ()
</dl>
<dt><strong>Returns:</strong>
<dd>Returns datatype class identifier if successful;
- otherwise H5T_NO_CLASS (-1).
+ otherwise <code>H5T_NO_CLASS</code> (-1).
<dt><strong>Non-C API(s):</strong>
<dd><a href="fortran/h5t_FORTRAN.html#h5tget_class_f"
target="FortranWin"><img src="Graphics/FORTRAN.gif" border=0></a>
@@ -2711,7 +2712,7 @@ H5T&nbsp;&nbsp;
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
<br>
-Last modified: 19 February 2001
+Last modified: 5 July 2001
<br>
Describes HDF5 Release 1.4.1, April 2001