diff options
author | Frank Baker <fbaker@hdfgroup.org> | 2000-03-08 22:14:46 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 2000-03-08 22:14:46 (GMT) |
commit | 4d57b9df226af87f092ea6833bff13c588e80caa (patch) | |
tree | 591b9ef136c13bedea66d9f09369f7027520e7f4 /doc/html/RM_H5D.html | |
parent | f3e7e5b438a919bd2332b062b1bfac5d426c76f6 (diff) | |
download | hdf5-4d57b9df226af87f092ea6833bff13c588e80caa.zip hdf5-4d57b9df226af87f092ea6833bff13c588e80caa.tar.gz hdf5-4d57b9df226af87f092ea6833bff13c588e80caa.tar.bz2 |
[svn-r2006] RM_H5D.html
H5Dopen: Corrected description of 'loc_id' parameter.
RM_H5T.html
H5Tset_strpad:
Corrected string padding values list (replaced 'H5T_STR_NULL &
H5T_STR_SPACE' with ''H5T_STR_NULLTERM, 'H5T_STR_NULLPAD, &
H5T_STR_SPACEPAD'.
Added notes re conversion from shorter to longer strings and
from longer to shorter strings.
Other minor edits and formatting.
H5Tget_class
Corrected H5T_ENUM and H5T_REFERENCE entries in class
identifiers table (they were reversed).
Tools.html
h5dump: Added note that '-bb' option is not yet implemented.
Changed 'boot block' to 'super block'.
Diffstat (limited to 'doc/html/RM_H5D.html')
-rw-r--r-- | doc/html/RM_H5D.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/html/RM_H5D.html b/doc/html/RM_H5D.html index 94ba4f5..1473dc3 100644 --- a/doc/html/RM_H5D.html +++ b/doc/html/RM_H5D.html @@ -204,8 +204,7 @@ facilitate moving easily between them.</i> <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>loc_id</code> - <dd>Identifier of the dataset to open or the file or group - to access the dataset within. + <dd>Identifier of 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> |