summaryrefslogtreecommitdiffstats
path: root/doc/html/RM_H5P.html
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-04-26 11:48:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-04-26 11:48:37 (GMT)
commitaa38a1386e805c39f93a6373c84957629b2a6e23 (patch)
tree78c887367ee133e3f8905c18ab6aed09454b4046 /doc/html/RM_H5P.html
parent9af04cd41de071821810e440fa08ef5da18193d4 (diff)
downloadhdf5-aa38a1386e805c39f93a6373c84957629b2a6e23.zip
hdf5-aa38a1386e805c39f93a6373c84957629b2a6e23.tar.gz
hdf5-aa38a1386e805c39f93a6373c84957629b2a6e23.tar.bz2
[svn-r8420] Purpose:
Correct typo in H5Pcreate() information
Diffstat (limited to 'doc/html/RM_H5P.html')
-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 3befb5f..1b15b8a 100644
--- a/doc/html/RM_H5P.html
+++ b/doc/html/RM_H5P.html
@@ -1125,7 +1125,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.
@@ -1167,8 +1167,8 @@ END SUBROUTINE h5pcopy_prop_f
<dt><strong>Parameters:</strong>
<ul><table>
<tr>
- <td valign="top"><em>H5P_class_t</em>&nbsp;<code>type&nbsp;&nbsp;&nbsp;&nbsp;</code></td>
- <td valign="top">IN: The type of property list to create.</td></tr>
+ <td valign="top"><em>hid_t</em>&nbsp;<code>cls_id&nbsp;&nbsp;&nbsp;&nbsp;</code></td>
+ <td valign="top">IN: The class of the property list to create.</td></tr>
</table></ul>
<dt><strong>Returns:</strong>
<dd>Returns a property list identifier (<code>plist</code>) if successful;