summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-04-26 11:49:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-04-26 11:49:10 (GMT)
commit948120dac1b04175ab1ac451a8addd0cccd38d89 (patch)
tree786e20992ba8fac86557a1cf48f40c0c677740e3
parent2195eeafb861f9d036138ac05f8af4804e31ff8e (diff)
downloadhdf5-948120dac1b04175ab1ac451a8addd0cccd38d89.zip
hdf5-948120dac1b04175ab1ac451a8addd0cccd38d89.tar.gz
hdf5-948120dac1b04175ab1ac451a8addd0cccd38d89.tar.bz2
[svn-r8421] Purpose:
Correct typo in H5Pcreate() information
-rw-r--r--doc/html/RM_H5P.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/RM_H5P.html b/doc/html/RM_H5P.html
index 3000a4b..dd044cc 100644
--- a/doc/html/RM_H5P.html
+++ b/doc/html/RM_H5P.html
@@ -912,7 +912,7 @@ END SUBROUTINE h5pcopy_prop_f
<dl>
<dt><strong>Name:</strong> <a name="Property-Create">H5Pcreate</a>
<dt><strong>Signature:</strong>
- <dd><em>hid_t </em><code>H5Pcreate</code>(<em>H5P_class_t</em> <code>type</code>
+ <dd><em>hid_t </em><code>H5Pcreate</code>(<em>hid_t</em> <code>cls_id</code>
)
<dt><strong>Purpose:</strong>
<dd>Creates a new property as an instance of a property list class.
@@ -953,8 +953,8 @@ END SUBROUTINE h5pcopy_prop_f
otherwise, errors are likely to occur.
<dt><strong>Parameters:</strong>
<dl>
- <dt><em>H5P_class_t</em> <code>type</code>
- <dd>IN: The type of property list to create.
+ <dt><em>hid_t</em> <code>cls_id</code>
+ <dd>IN: The class of the property list to create.
</dl>
<dt><strong>Returns:</strong>
<dd>Returns a property list identifier (<code>plist</code>) if successful;