summaryrefslogtreecommitdiffstats
path: root/doc/html/RM_H5.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-03-19 23:26:51 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-03-19 23:26:51 (GMT)
commitb03ed1dcec069f42472eef9b132586c93709fafd (patch)
treed90ed2babd44ee86a1f1838bdca68a69c599559b /doc/html/RM_H5.html
parentdadeb7e4f888ab199abffe0a72a182a2ac903817 (diff)
downloadhdf5-b03ed1dcec069f42472eef9b132586c93709fafd.zip
hdf5-b03ed1dcec069f42472eef9b132586c93709fafd.tar.gz
hdf5-b03ed1dcec069f42472eef9b132586c93709fafd.tar.bz2
[svn-r3666]
Purpose: Bugfixes and a new description of file-closing behavior. Description: h5.intro.html -- Fixed HTML coding errors. RM_H5.html -- H5close -- Corrected typo. RM_H5F.html -- H5Fclose -- Added paragraph clarifying behavior if any OIDs for contained objects are still open. RM_H5T.html -- H5Tget_strpad -- Corrected description; appears that this did not get updated in synchrony with H5Tset_strpad. H5Tset_strpad -- Corrected 'strpad' parameter description. RM_H5S.html -- H5Sselect_valid -- Corrected description of space_id parameter. RM_H5P.html -- H5Pget_driver -- Corrected return type. Platforms tested: IE 5
Diffstat (limited to 'doc/html/RM_H5.html')
-rw-r--r--doc/html/RM_H5.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/RM_H5.html b/doc/html/RM_H5.html
index 22b6777..4a339ed 100644
--- a/doc/html/RM_H5.html
+++ b/doc/html/RM_H5.html
@@ -139,7 +139,7 @@ facilitate moving easily between them.</i>
<dt><strong>Description:</strong>
<dd><code>H5close</code> flushes all data to disk,
closes all file identifiers, and cleans up all memory used by
- the library. This function is generall called when the
+ the library. This function is generally called when the
application calls <code>exit</code>, but may be called earlier
in event of an emergency shutdown or out of desire to free all
resources used by the HDF5 library.