summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2000-07-06 16:33:00 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2000-07-06 16:33:00 (GMT)
commitccc3f3a1033ea1c3c3aa4fc1f484a0096ee9e1d4 (patch)
tree89cc69c3c8c7a82392d9becd7e986129ec017686 /doc
parent56289a2c103733ea0a8264aaa4db8956f52bfc66 (diff)
downloadhdf5-ccc3f3a1033ea1c3c3aa4fc1f484a0096ee9e1d4.zip
hdf5-ccc3f3a1033ea1c3c3aa4fc1f484a0096ee9e1d4.tar.gz
hdf5-ccc3f3a1033ea1c3c3aa4fc1f484a0096ee9e1d4.tar.bz2
[svn-r2428] Attributes.html and RM_H5A.html
H5Aiterate: Changed function type to herr_t.
Diffstat (limited to 'doc')
-rw-r--r--doc/html/Attributes.html2
-rw-r--r--doc/html/RM_H5A.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/Attributes.html b/doc/html/Attributes.html
index e73419f..9a1d99f 100644
--- a/doc/html/Attributes.html
+++ b/doc/html/Attributes.html
@@ -158,7 +158,7 @@
<h2>4. Attribute Inquiry Functions</h2>
<dl>
- <dt><code>int H5Aiterate (hid_t <em>loc_id</em>,
+ <dt><code>herr_t H5Aiterate (hid_t <em>loc_id</em>,
unsigned *<em>attr_number</em>,
H5A_operator <em>operator</em>,
void *<em>operator_data</em>)</code>
diff --git a/doc/html/RM_H5A.html b/doc/html/RM_H5A.html
index 9425dff..7bc207c 100644
--- a/doc/html/RM_H5A.html
+++ b/doc/html/RM_H5A.html
@@ -451,7 +451,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
Up to <code>buf_size</code> characters are stored in
<code>buf</code> followed by a <code>\0</code> string
terminator. If the name of the attribute is longer than
- <code>buf_size</code> -1, the string terminator is stored in the
+ <code>(buf_size -1)</code>, the string terminator is stored in the
last position of the buffer to properly terminate the string.
<dt><strong>Parameters:</strong>
<dl>
@@ -510,7 +510,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the
<dl>
<dt><strong>Name:</strong> <a name="Annot-Iterate">H5Aiterate</a>
<dt><strong>Signature:</strong>
- <dd><em>int</em> <code>H5Aiterate</code>(<em>hid_t</em> <code>loc_id</code>,
+ <dd><em>herr_t</em> <code>H5Aiterate</code>(<em>hid_t</em> <code>loc_id</code>,
<em>unsigned *</em> <code>idx</code>,
<em>H5A_operator_t</em> <code>op</code>,
<em>void *</em><code>op_data</code>