summaryrefslogtreecommitdiffstats
path: root/doc/src/RM_H5D.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>1998-09-11 15:51:53 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>1998-09-11 15:51:53 (GMT)
commitf56f76eb1d5093fca7066f44a428d4b0235996b4 (patch)
treee807c887142207819abddd0ead1b24062d4c8a9b /doc/src/RM_H5D.html
parentb02e452be5c051ea38de5c5f94300ae97a414aaf (diff)
downloadhdf5-f56f76eb1d5093fca7066f44a428d4b0235996b4.zip
hdf5-f56f76eb1d5093fca7066f44a428d4b0235996b4.tar.gz
hdf5-f56f76eb1d5093fca7066f44a428d4b0235996b4.tar.bz2
[svn-r692] Modified loc_id parameter description to accomodate more more liberal
set of loc_id values. Functions requiring a change: H5Acreate H5Dopen H5Gpop, H5Glink, H5Gget_objinfo, H5Gget_linkval, H5Gset_comment, H5Gget_comment H5Topen
Diffstat (limited to 'doc/src/RM_H5D.html')
-rw-r--r--doc/src/RM_H5D.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/RM_H5D.html b/doc/src/RM_H5D.html
index a5340f7..bb2c4dc 100644
--- a/doc/src/RM_H5D.html
+++ b/doc/src/RM_H5D.html
@@ -123,7 +123,8 @@ and set and retrieve their constant or persistent properties.
<dt><strong>Parameters:</strong>
<dl>
<dt><em>hid_t</em> <code>loc_id</code>
- <dd>Identifier of the file to access the dataset within.
+ <dd>Identifier of the dataset to open or the file or group
+ to access the dataset within.
<dt><em>const char *</em> <code>name</code>
<dd>The name of the dataset to access.
</dl>