summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2004-08-27 19:55:35 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2004-08-27 19:55:35 (GMT)
commit448da32994b196eb720984b33f978bb265a16553 (patch)
treeca9051a46f826bf2b4f3a57eea07e6569e9b84f0
parent15a195b4df0de6afdf9ddb0da08f4c3df5f6803a (diff)
downloadhdf5-448da32994b196eb720984b33f978bb265a16553.zip
hdf5-448da32994b196eb720984b33f978bb265a16553.tar.gz
hdf5-448da32994b196eb720984b33f978bb265a16553.tar.bz2
[svn-r9176]
Purpose: Corrected function name in "Functions with Changed Syntax" H5FDset_fapl_multi --> H5Pset_fapl_multi Platforms tested: Mozilla
-rwxr-xr-xdoc/html/ADGuide/Changes.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ADGuide/Changes.html b/doc/html/ADGuide/Changes.html
index 8e5d320..26b8ab5 100755
--- a/doc/html/ADGuide/Changes.html
+++ b/doc/html/ADGuide/Changes.html
@@ -232,10 +232,10 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.
<p>
<dl>
<dt>C functions:
- <dt><code>H5FDset_fapl_multi</code>
+ <dt><code>H5Pset_fapl_multi</code>
<dd>The prototype for this function was changed from:
<ul>
- <li><em>herr_t</em> <code>H5FDset_fapl_multi</code>
+ <li><em>herr_t</em> <code>H5Pset_fapl_multi</code>
(<em>hid_t</em> <code>fapl_id</code>,
<em>const H5FD_mem_t *</em> <code>memb_map</code>,
<em>const hid_t *</em> <code>memb_fapl</code>,
@@ -247,7 +247,7 @@ transition from the HDF5 Release 1.6.2 to Release 1.6.3.
to:
<ul>
- <li><em>herr_t</em> <code>H5FDset_fapl_multi</code>
+ <li><em>herr_t</em> <code>H5Pset_fapl_multi</code>
(<em>hid_t</em> <code>fapl_id</code>,
<em>const H5FD_mem_t *</em> <code>memb_map</code>,
<em>const hid_t *</em> <code>memb_fapl</code>,
@@ -1657,7 +1657,7 @@ V1.4.0
Describes HDF5 Release 1.6.2, February 2004
</address><!-- #EndLibraryItem --><!-- Created: Spring 1999 -->
<!-- hhmts start -->
-Last modified: 26 August 2004
+Last modified: 27 August 2004
<!-- hhmts end -->
</body>