[svn-r9176]

Purpose:
    Corrected function name in "Functions with Changed Syntax"
        H5FDset_fapl_multi --> H5Pset_fapl_multi
Platforms tested:
    Mozilla
This commit is contained in:
Frank Baker
2004-08-27 14:55:35 -05:00
parent 15a195b4df
commit 448da32994

View File

@@ -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>