diff options
author | Frank Baker <fbaker@hdfgroup.org> | 1999-07-06 16:56:15 (GMT) |
---|---|---|
committer | Frank Baker <fbaker@hdfgroup.org> | 1999-07-06 16:56:15 (GMT) |
commit | d70b72d630cba4d78cca0f134e6aa26318efff27 (patch) | |
tree | e15ba2e8cd116865c0911a5420b6abc7e855e0cc /doc/html/RM_H5F.html | |
parent | e186d84c5f19ea24d300f0771994628d87a2848d (diff) | |
download | hdf5-d70b72d630cba4d78cca0f134e6aa26318efff27.zip hdf5-d70b72d630cba4d78cca0f134e6aa26318efff27.tar.gz hdf5-d70b72d630cba4d78cca0f134e6aa26318efff27.tar.bz2 |
[svn-r1425]
RM_H5S.html
Dataspaces.html
H5Sselect_hyperslab
H5Sselect_elements
Add H5S_SELECT_OR operator.
Converted operator list to a table.
H5Sextent_copy
Corrected source and destination descriptions. (RM_H5S.html only)
H5Screate
Removed unused H5S_NONE dataspace type.
H5Sset_extent_none
Corrected reset class type to H5S_NO_CLASS (previously said H5S_NONE).
RM_H5G.html
H5Gget_linkval
Corrected descriptions of 'loc_id', 'name', and 'value'.
Corrected "Purpose".
Emphasized need to call H5Gget_objinfo first.
H5Gset_comment
H5Gget_comment
Corrected description of 'loc_id'.
H5Gget_objinfo
Corrected description of 'loc_id'.
Added H5G_TYPE to list of valid values of 'type'.
RM_H5F.html
ExternalFiles.html
H5Fmount
H5Funmount
Corrected description of 'loc_id'.
Changed function descriptions in ExternalFiles.html to correspond to RM.
RM_H5T.html
Moved H5Tget_class and H5Tget_size to "General Datatype Operations" in top index.
Diffstat (limited to 'doc/html/RM_H5F.html')
-rw-r--r-- | doc/html/RM_H5F.html | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/html/RM_H5F.html b/doc/html/RM_H5F.html index 4325dd0..7384532 100644 --- a/doc/html/RM_H5F.html +++ b/doc/html/RM_H5F.html @@ -356,12 +356,14 @@ documented below. <code>child_id</code> onto the group specified by <code>loc_id</code> and <code>name</code> using the mount properties <code>plist_id</code>. + <p> + Note that <code>loc_id</code> identifies a file or group. + <code>name</code> then specifies a group relative to <code>loc_id</code>. <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>loc_id</code> - <dd>The identifier for the group onto which the - file specified by <code>child_id</code> - is to be mounted. + <dd>The identifier for of file or group in + which <code>name</code> is defined. <dt><em>const char *</em><code>name</code> <dd>The name of the group onto which the file specified by <code>child_id</code> @@ -401,7 +403,7 @@ documented below. <dt><strong>Parameters:</strong> <dl> <dt><em>hid_t</em> <code>loc_id</code> - <dd>The identifier for the location at which + <dd>The file or group identifier for the location at which the specified file is to be unmounted. <dt><em>const char *</em><code>name</code> <dd>The name of the file to be unmounted. |