summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2001-07-09 21:13:04 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2001-07-09 21:13:04 (GMT)
commit4e7ea723531d12d029c342e44942d1893c129170 (patch)
tree2e9f2811a09ec78b34ad6ece55e4202138fb26be /doc
parent546bd4f00424231da927c4b5a6049d89ee375136 (diff)
downloadhdf5-4e7ea723531d12d029c342e44942d1893c129170.zip
hdf5-4e7ea723531d12d029c342e44942d1893c129170.tar.gz
hdf5-4e7ea723531d12d029c342e44942d1893c129170.tar.bz2
[svn-r4161] Description:
H5Screate_simple -- Minor edit re negative value (-1) of H5S_UNLIMITED. Platforms tested: IE 5
Diffstat (limited to 'doc')
-rw-r--r--doc/html/RM_H5S.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/RM_H5S.html b/doc/html/RM_H5S.html
index 93dd3ef..71202a3 100644
--- a/doc/html/RM_H5S.html
+++ b/doc/html/RM_H5S.html
@@ -221,11 +221,11 @@ of the <cite>HDF5 User's Guide.</cite>.
<code>maxdims</code> may be the null pointer, in which case the
upper limit is the same as <code>dims</code>.
<p>
- No element of <code>maxdims</code> should be smaller than the
- corresponding element of <code>dims</code>.
If an element of <code>maxdims</code> is
<code>H5S_UNLIMITED</code>, (<code>-1</code>),
- the maximum size of corresponding dimension is unlimited.
+ the maximum size of the corresponding dimension is unlimited.
+ Otherwise, no element of <code>maxdims</code> should be
+ smaller than the corresponding element of <code>dims</code>.
<p>
The dataspace identifier returned from this function must be
released with <code>H5Sclose</code> or resource leaks will occur.