diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1998-09-11 15:51:53 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1998-09-11 15:51:53 (GMT) |
commit | f56f76eb1d5093fca7066f44a428d4b0235996b4 (patch) | |
tree | e807c887142207819abddd0ead1b24062d4c8a9b /doc/src/RM_H5A.html | |
parent | b02e452be5c051ea38de5c5f94300ae97a414aaf (diff) | |
download | hdf5-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_H5A.html')
-rw-r--r-- | doc/src/RM_H5A.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/RM_H5A.html b/doc/src/RM_H5A.html index e0d5308..bda4333 100644 --- a/doc/src/RM_H5A.html +++ b/doc/src/RM_H5A.html @@ -110,7 +110,7 @@ See <a href="Attributes.html"><cite>Attributes</cite></a> in the <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>loc_id</code> - <dd>IN: Object (dataset or group) to be attached to. + <dd>IN: Object (dataset, group, or named datatype) to be attached to. <dt><em>const char *</em><code>name</code> <dd>IN: Name of attribute to create. <dt><em>hid_t</em> <code>type_id</code> |